Amazon Relational Database Service
Getting Started Guide (API Version 2012-04-23)
Print this pageEmail this pageGo to the ForumsView the PDFShare this page on TwitterShare this page on FacebookBookmark this page on DeliciousSubmit this page to RedditSubmit this page to DiggDid this page help you?  Yes  No   Tell us about it...

Launch a DB Instance

Launch instance

Now that you have signed up for Amazon RDS, you're ready to launch a DB Instance using the AWS Management Console.

[Important]Important

The DB Instance you're about to launch will be live (and not running in a sandbox). You will incur the standard Amazon RDS usage fees for the instance until you terminate it. The total charges will be minimal if you complete the exercise described here in one sitting and terminate your DB Instance when you are finished. For more information about Amazon RDS usage rates, go to the Amazon RDS product page.

To launch an instance

  1. Start the launch wizard:

    1. Sign in to the AWS Management Console and open the Amazon RDS console at https://console.aws.amazon.com/rds/.

    2. Click Launch DB Instance to start the Launch DB Instance Wizard.

      The wizard opens on the Engine Selection page.

      Select Database Engine page

  2. Click the Select button next to the MySQL database engine.

    The wizard continues to the DB Instance Details page. The first page of the wizard displays a list of DB Instance Classes in the DB Instance Class drop-down list. The DB Instance class defines the CPU and memory capacity of your DB Instance.

    Launch DB Instance panel

  3. On the DB Instance Details page, specify your DB Instance details as shown in the following table, then click Continue.

    For this parameter... ...Do this:

    License Model

    Keep the default: general-public-license.

    DB Engine Version

    Select 5.58.

    DB Instance Class

    Select db.m1.small.

    Multi-AZ Deployment

    Select No.

    Auto Minor Version Upgrade

    Select Yes.

    The Auto Minor Version Upgrade option enables your DB Instance to receive minor engine version upgrades automatically when they become available.

    Allocated Storage

    You can specify how much storage in gigabytes you want initially allocated for your DB Instance. For this example, type 20.

    DB Instance Identifier

    The DB Instance is a name for your DB Instance that is unique for your account in a Region. Type mydbinstance in the DB Instance Identifier text box.

    Master Username

    Type a name for your master user in the Master Username text box.

    You use the master user name to log on to your DB Instance with all database privileges.

    Master Password

    Type a password for your master user in the Master User Password text box.

    [Important]Important

    You must specify a password containing from 4 to 16 alphanumeric characters only.

    After you click the Continue button, the Additional Configuration page opens.

    Additional Configuration panel

  4. Provide additional configuration information for your DB Instance:

    1. Type mydatabase into the Database Name text box.

      You provide a database name so that Amazon RDS will create a default database on your new DB Instance. If you skip this step, Amazon RDS will not create a database on your DB Instance.

    2. Accept the default values for the rest of the parameters available on this page, and then click the Continue button.

      After you click the Continue button, the Management Options page appears. The Management Options panel is where you can specify backup and maintenance options for your DB Instance.

      Management Options panel
  5. For this example, accept the default values, and then click Continue.

    After you click the Continue button, the Review panel appears.

    Management Options panel
  6. Review the options for your DB Instance:

    • If you need to correct any options, click the Back to return to previous panels and make corrections.

    • If all your options are entered correctly, click the Launch DB Instance button to launch your new DB Instance.

      After you click the Launch DB Instance button, a message displays stating that your DB Instance is being created.

      This can take a few minutes to complete.

    Launch DB Instance landing page

  7. Click the Close button.

    After you click the Close Instance button, the My DB Instances panel appears. Your DB Instance appears in the list on this page with the creating status until your DB Instance is created and ready for use.

    My DB Instances list

    Once your DB instance changes to the available state, you need to authorize access so you can connect to it.

Get started