Book Image

AWS Certified Developer - Associate Guide

By : Vipul Tankariya, Bhavin Parmar
Book Image

AWS Certified Developer - Associate Guide

By: Vipul Tankariya, Bhavin Parmar

Overview of this book

AWS Certified Developer - Associate Guide starts with a quick introduction to AWS and the prerequisites to get you started. Then, this book gives you a fair understanding of core AWS services and basic architecture. Next, this book will describe about getting familiar with Identity and Access Management (IAM) along with Virtual private cloud (VPC). Moving ahead you will learn about Elastic Compute cloud (EC2) and handling application traffic with Elastic Load Balancing (ELB). Going ahead you we will talk about Monitoring with CloudWatch, Simple storage service (S3) and Glacier and CloudFront along with other AWS storage options. Next we will take you through AWS DynamoDB – A NoSQL Database Service, Amazon Simple Queue Service (SQS) and CloudFormation Overview. Finally, this book covers understanding Elastic Beanstalk and overview of AWS lambda. At the end of this book, we will cover enough topics, tips and tricks along with mock tests for you to be able to pass the AWS Certified Developer - Associate exam and develop as well as manage your applications on the AWS platform.
Table of Contents (29 chapters)
Title Page
Credits
About the Author
Acknowledgments
About the Author
About the Reviewer
www.PacktPub.com
Customer Feedback
Dedication
Preface
Index

Creating an Amazon RDS MySQL DB instance


Amazon RDS MySQL DB instances can be created using the Amazon Management Console, CLIs, or APIs, and the steps are as follows:

  1. Log in to the AWS Management Console with the appropriate user privileges and go to the Amazon RDS dashboard.
  2. Select Launch a DB Instance, as shown in Figure 10.2:

Figure 10.2: Select a DB instance

  1. Select the engine type as MySQL, as shown in Figure 10.3:

Figure 10.3: Select Amazon RDS engine type as MySQL

Note

Free tier allows us to create a t2.micro single-AZ instance for the first year.

  1. Select the Production type: Dev/Test or MySQL Multi-AZ, as shown in Figure 10.4. It is also suggested to switch to Amazon Aurora as it is seamlessly compatible with MySQL:

Figure 10.4: Select Amazon RDS MySQL instance to deploy in a single or Multi-AZ

  1. Specify the Amazon RDS MySQL DB details as follows:
    • License Model: At present, it has only one license model: general-public-license.
    • DB Engine Version: Amazon RDS MySQL engine supports various versions...