AWS Fundamentals: RDS + Aurora + ElastiCache
I. Amazon RDS Overview RDS stands for Relational Database Services It's managed Database Service for DB use SQL as s Query Language It allows you to create Databases in the cloud that managed byAWS Postgres MySQL Maria DB Oracle Microsoft SQL server Aurora (AWS proprietary database) Advantage over using RDS versus deploying DB on EC2 RDS is a managed service: Automated provisioning, OS patching Continuous backups and restore to specific timestamp (Point in Time Restore)! Monitoring dashboards Read replicas for improved read performance Multi AZ setup for DR (Disaster Recovery) Maintenance windows for upgrades Scaling capability (verical and horizontal) Storage backed by EBS (gp2 or io1) BUT you can't SSH ino your instances RDS - Storage Auto Scaling Helps you increase storage on your RDS DB instance dynamically When RDS detects you are running out of free database storage, it scales automatically Avoid manually scaling your database storage You have to set Maximun Storage Th...