Amazon Relational Database Service
User 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...

Creating a DB Instance in a VPC

In this example, we will create a DB Instance in our VPC.

AWS Management Console

Create an Amazon RDS DB Instance Inside an Amazon Virtual Private Cloud

  • Create an RDS DB Instance Inside Your VPC

    1. Click DB Instances in the Navigation list on the left side of the window.

      DB Instances link
    2. Click the Launch DB Instance button.

      DB Instances link
    3. Click the Select button next to the MySQL DB Engine.

      [Note]Note

      Amazon RDS currently supports only DB Instances running the MySQL DB Engine in an Amazon VPC.

      MySQL Engine
    4. Select your DB Instance configuration on the DB Instance Details panel of the Launch DB Instance Wizard.

      Configure DB Instance
    5. Click the Continue button.

      The Additional Configuration panel appears.

    6. Select the VPC that you created with the Choose a VPC drop-down list box.

    7. Select the DB Subnet Group that you created with the Subnet Group drop-down list box.

    8. Select the Availability Zone for your DB Instance. In this example, we will select the us-east-1a Availability Zone, since that's where we will create the EC2 instance we will use to access the DB Instance in the VPC.

      Configure DB Instance
    9. Click the Continue button.

      The Management Options panel appears.

      Configure DB Instance
    10. For this example, keep the default options, and then click the Continue button.

      The Review panel appears.

      Review DB Instance
    11. Click the Launch DB Instance button. A confirmation dialog box will appear.

      Review DB Instance
    12. Click the Close button.

    13. You can see your DB Instance in the DB Instances view of the RDS console. Click on it to view the details pane. Once your DB Instance is running, make note of the Endpoint shown in the details pane; you will use this to connect to your DB Instance.

      Review DB Instance

You've now launched a DB Instance inside a VPC. For an example of one way to connect to your new DB Instance running in the VPC, continue to Connecting to a DB Instance Running in a VPC.