Which RDS databases can be configured as multi-AZ or single-AZ?
Which RDS database is always multi-AZ?
Amazon Aurora
Advantages of RDS?
When do we use RDS?
When don’t we want to use RDS?
Instead, use a data warehouse like Redshift, which is optimized for Online Analytics Processing
How does Multi-AZ RDS work?
What happens in RDS with an Unplanned Failure or maintenance?
What is Multi-AZ for?**
- NOT improving performance
What are Read Replicas for?
Can Read Replicas be Multi-AZ?
Yes,
- can be in different regions
How many read replicas can you have per DB?
5
Read Replica basics
What is Amazon Aurora?
How much faster is Aurora than mySQL or PostgreSQL?
- 3x faster than PostgreSQL
Aurora Basics
How redundant is Aurora?*
2 copies of your data are stored in each AZ, with a minimum of 3 AZs
- it’s really redundant
Scaling Aurora
it’s designed to transparently handle the loss of 2 copies of data w/o affecting database write availability and 3 copies of data w/o affecting read availability
How is Aurora self-healing?*
Aurora Replica limits by type*
Aurora Replicas - up to 15 Aurora replicas
Aurora Backups*
Aurora Serverless *
What is Aurora Serverless for?
- for questions on exam where you need the performance of Aurora but have spiky workloads
Dynamo DB
Dynamo DB use cases