Setting Up an Amazon Aurora Database

Setting Up an Amazon Aurora Database

Use the Amazon RDS console to launch a Aurora DB instance. If you choose a Multi-AZ deployment this ensures that your database will failover and continue to be available if the master DB instance goes out of service. But for our purposes we will launch a single instance db in a single AZ.

To launch an RDS DB instance in a default VPC

  1. Open the RDS console.
  2. Choose Instances in the navigation pane.
  3. Choose Launch DB Instance.
  4. Choose a DB Engine and preset configuration (Select Aurora).
  5. Choose Production
  6. Under Specify DB Details, choose a DB Instance Class. For high availability, set Multi-AZ Deployment to No.
  7. Under Settings, enter values for DB Instance Identifier, Master Username, and Master Password (and Confirm Password). Note the values that you entered for later.
    • DB Instance Identifier*mydbinstance
    • Master Username*rdsuser
    • Master Passord*rdspassword
  8. Choose Next.
  9. For Network and Security settings, choose the following:
    • VPCDefault VPC
    • Subnet Groupdefault
    • Publicly AccessibleNo
    • Availability ZoneNo Preference
    • VPC Security GroupsDefault VPC Security Group
  10. For Database Name, type rdsdb, and verify the default settings for the remaining options. Note the values of the following options:
    • Database Namerdsdb
    • Database Port3306
  11. Choose Launch DB Instance.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.