Amazon RDS Multi-AZ Deployments
Multi-AZ (Availability Zone) deployments are used to improve the availability and fault tolerance of Amazon RDS databases. They implement synchronous replication of a database instance to a standby instance in another Availability Zone within the same region. During failover, RDS will automatically…
AWS Certified Solutions Architect - Amazon RDS Multi-AZ Deployments Example Questions
Test your knowledge of Amazon RDS Multi-AZ Deployments
Question 1
A web application running on EC2 instances consumes an RDS Multi-AZ PostgreSQL database. Due to a sudden surge in traffic, you want to add more read capacity to handle the workload. Which solution would you choose?
Question 2
You operate a critical production database on Amazon RDS in a Multi-AZ deployment with high write throughput. To minimize downtime and data loss specifically during routine maintenance (e.g., patching), which maintenance approach should you adopt?
Question 3
While designing the database tier for a new application, you are deciding between Multi-AZ and Single-AZ RDS deployments. What are the primary benefits of using an RDS Multi-AZ deployment?