| « PreviousNext » | |
![]() ![]() ![]() | Did this page help you? Yes | No | Tell us about it... |
To launch a MySQL DB Instance
Once you have selected MySQL as your DB Engine, the wizard displays the DB Instance Details page for MySQL. The most important parameters you set here are for the DB Instance Class in the DB Instance Class drop-down list and the Allocated Storage text box. The DB Instance class defines the CPU and memory capacity of your DB Instance, which can impact processing speed and responsiveness. The allocated storage value determines how much storage is allocated for this DB Instance. Note that these two values are used to calculate the cost of your DB Instance.

On the DB Instance Details page, specify your DB Instance information as shown in the following table, then click Continue.
| For this parameter... | ...Do this: |
|---|---|
|
License Model |
Select the default,
|
|
DB Engine Version |
Select |
|
DB Instance Class |
Select |
|
Multi-AZ Deployment |
Select |
|
Auto Minor Version Upgrade |
Select |
|
Allocated Storage |
Type |
| Use Provisioned IOPS |
Leave the check box unselected. This option turns on Provisioned IOPS (I/O operations per second), a high-performance storage option in RDS that is optimized for I/O-intensive, transactional (OLTP) database workloads. For more information about high performance storage, see Provisioned IOPS. |
|
DB Instance Identifier |
Type a name for the DB Instance that is
unique for your account in the region you selected. You may chose to add some intelligence to the
name such as including the region and DB Engine you selected, for example |
|
Master User Name |
Type a name using alphanumeric characters that you will use as the master user name to log on to your DB Instance with all database privileges. |
|
Master User Password |
Type a password that contains from 8 to 16 printable ASCII characters (excluding /,", and @) for your master user password. |
On the Additional Configuration page, you provide additional information that RDS needs to launch the DB Instance for MySQL. Specify your DB Instance information as shown in the following table, then click .

| For this parameter... | ...Do this: |
|---|---|
|
Database Name |
Type a name for your database of up to 8 alpha-numeric characters. If you do not provide a name, Amazon RDS will not create a database on the DB Instance you are creating. |
|
Database Port |
Leave the default value of |
|
Choose a VPC |
Leave the default value of |
|
Availability Zone |
Leave the default of |
|
Option Group |
Select the default value of |
|
DB Parameter Group |
Leave the default value of |
|
DB Security Groups |
Select the security group that you created in the Authorize Access step of this guide. |
On the Management Options page, you can specify backup and maintenance options for your DB Instance. For this example, accept the default values, and then click Continue. Note that setting the Backup Retention Period to zero disables automatic backups.

In addition, Federated Storage Engine is currently not supported by Amazon RDS for MySQL.
Note
The Point-In-Time-Restore and Snapshot Restore features of Amazon RDS for MySQL require a crash recoverable storage engine and are supported for the InnoDB storage engine only. While MySQL supports multiple storage engines with varying capabilities, not all of them are optimized for crash recovery and data durability. For example, the MyISAM storage engine does not support reliable crash recovery and may result in lost or corrupt data when MySQL is restarted after a crash, preventing Point-In-Time-Restore or Snapshot restore from working as intended.
If you would like to convert existing MyISAM tables to InnoDB tables, you can use the alter table command (e.g., alter table TABLE_NAME engine=innodb;). Note that MyISAM and InnoDB have different strengths and weaknesses, so you should fully evaluate the impact of making this switch on your applications before doing so.
On the Review page, review the options for your DB Instance:
If you need to correct any options, click Back to return to previous pages and make corrections. You can also modify a DB Instance from the AWS Console after you have launched a DB Instance.
If all your options are entered correctly, click the Launch DB Instance button to launch your new DB Instance.

On the dialog box that indicates that your DB Instance is being created, click the Close button.

On the AWS Management Console, the new DB Instance appears in the list of DB Instances. The DB Instance will have a status of creating until the DB Instance is created and ready for use. Depending on the DB Instance class and store allocated, it could take several minutes for the new instance to be created.

Once your DB instance changes to the available state, you can connect to it.
