Lab01: Create Amazon Aurora Instance: Overview
Lab01: Create Amazon Aurora Instance: Overview
Overview:
This lab guide introduces you to Amazon Aurora. This lab provides you with basic understanding of using Amazon Aurora.
You will be shown the steps to create an Amazon Aurora instance and then connect to it.
Lab Instructions:
1. Log in to your AWS console and go to RDS landing page. From the left navigation pane, click Databases.
2. On the Database page, click Create Database from right corner.
3. By default, Standard Create and Amazon Aurora would be selected for creation method and engine
type. If they not selected, please select Standard Create and Amazon Aurora.
4. For Edition, select Aurora with MySQL compatibility.
5. For Version, select Aurora (MySQL)-5.6.10a.
6. For Database Location, select Regional
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
Build on Amazon Aurora
Page 2 of 5
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
Build on Amazon Aurora
Your Aurora RDS instance is in process of launching. This RDS instance can take up to 5-10 minutes to
launch.
15. Once the instance is available, save following information from database details page of newly created
Aurora instance:
a. Endpoint: Save the writer endpoint from “Connectivity & security” tab on databases details
page.
b. Port: 3306
c. Master username: master
d. Password: master123
e. DB Identifier: aurora
f. Database Name: targetdb
Page 3 of 5
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
Build on Amazon Aurora
Page 4 of 5
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
Build on Amazon Aurora
You have now successfully created an Aurora MySQL cluster and connected to it. Browse the database
structure, run a few queries, and check the console. Notice things like the number of connections, system
metrics, etc. Notice the endpoints created for you. Connect to each, and try to run a write query on the
reader endpoint, note the output.
Explore the console. Note the “Recommendations” section. This will automatically make recommendations
based on best practices, usage, and performance data.
Browse the parameter groups. Notice the difference between the cluster parameter group and the parameter
group. Why are they different?
Look at Events. This is where you will see events relative to your Aurora cluster, like creation, scaling events,
etc. Look in to event subscriptions, research how they could be used.
Page 5 of 5
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark