AWS Developer Associate: AWS Database Services
Data storage and management is central to any application. AWS offers several different types of databases and database services for virtually any type of application and as a developer important to recognize the various database offerings on AWS Cloud. In this course youll learn about the various database services offered on the AWS platform. Youll explore relational and nonrelational database options available on AWS Amazon Relational Database Service and Amazon DynamoDB. Youll examine in-memory data stores on AWS and options available for migrating data and databases to AWS. Next youll learn how to install the AWS SDK for Python and the PyMySQL client library on a development machine and use them to create a security group for RDS in Python code. Youll then see how to create an RDS database instance using the MySQL database engine on AWS and how to install and configure MySQL Workbench to talk to the RDS database instance. Next youll learn how to create tables and add records the RDS instance query that table and delete it and the security group all within Python code. Youll see how to create a table in Amazon DynamoDB add items to the table and use both the scan and query operations to retrieve data from the table using Python code. Finally youll see how to clean things up by deleting the DynamoDB table using Python code. This course is one of a collection of courses that prepares learners for the AWS Certified Developer – Associate 2020 certification exam.