1. A new relational database must survive an AZ failure automatically with minimal data loss, without the team managing replication. Which option should the architect recommend?
- A. Amazon RDS Multi-AZ deployment✓ Correct
- B. A single-AZ RDS instance with nightly snapshots
- C. Self-managed database replication on EC2
- D. DynamoDB with no backups
Explanation
RDS Multi-AZ maintains a synchronous standby in another AZ with automatic failover and no manual replication management. A single-AZ instance with snapshots (B) risks downtime and data loss, self-managed EC2 replication (C) adds operational burden, and DynamoDB with no backups (D) changes the data model and lacks protection.