| Did this page help you? Yes No Tell us about it... |

Now that you have signed up for Amazon RDS, you're ready to launch a DB Instance using the AWS Management Console.
![]() | 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
Start the launch wizard:
Sign in to the AWS Management Console and open the Amazon RDS console at https://console.aws.amazon.com/rds/.
Click Launch DB Instance to start the Launch DB Instance Wizard.
The wizard opens on the Engine Selection page.

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.

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:
|
|
DB Engine Version |
Select |
|
DB Instance Class |
Select |
|
Multi-AZ Deployment |
Select |
|
Auto Minor Version Upgrade |
Select 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
|
|
DB Instance Identifier |
The DB Instance is a name for your DB Instance that is
unique for your account in a Region. Type
|
|
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 |
|---|---|
You must specify a password containing from 4 to 16 alphanumeric characters only. |
After you click the Continue button, the Additional Configuration page opens.

Provide additional configuration information for your DB Instance:
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.
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.

For this example, accept the default values, and then click Continue.
After you click the Continue button, the Review panel appears.

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.

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.

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