Member-only story
AWS Solutions Architect Associate — Amazon RDS, Aurora & Database Migration Service
Chapter 12: Amazon RDS, Amazon Aurora & Database Migration Service

After several chapters of understanding the AWS foundation, we will study how to store data in AWS using Amazon RDS, Amazon Aurora, and the AWS Database Migration Service in this chapter. Let’s get to it!
- RDS Introduction
- Read Replicas
- Multi-AZ
- RDS Encryption
- AWS Database Migration Service
- Amazon Aurora
- Amazon Aurora Serverless
- Amazon Aurora Global Database
- Amazon Aurora Machine Learning
Remember that all the chapters from the course can be found in the following link.
RDS
RDS stands for Relational Database Service, and we use it for setting up, operating, and scaling relational databases in the cloud. Without AWS RDS, you would have to create an EC2 instance and set up a database, with all the extra effort it involves. AWS RDS is a managed service that provides cost-efficient and resizable capacity while automating time-consuming administration such as the database setup, patching…