A company is designing a disaster recovery solution for a critical application running on EC2 with data in an Amazon RDS MySQL Multi-AZ DB instance. The recovery time objective (RTO) is 15 minutes and recovery point objective (RPO) is 1 hour. Which strategy meets these requirements?
Trap 1: Enable Multi-AZ in a different Region.
Multi-AZ is within a single Region.
Trap 2: Take daily snapshots of the RDS DB instance and copy them to…
Daily snapshots do not meet RPO of 1 hour.
Trap 3: Use Amazon S3 cross-Region replication for database backups.
S3 replication does not apply to live RDS data.
- A
Enable Multi-AZ in a different Region.
Why wrong: Multi-AZ is within a single Region.
- B
Create a cross-Region read replica of the RDS DB instance.
Promoting a read replica can achieve RTO under 15 minutes and RPO under 1 hour.
- C
Take daily snapshots of the RDS DB instance and copy them to another Region.
Why wrong: Daily snapshots do not meet RPO of 1 hour.
- D
Use Amazon S3 cross-Region replication for database backups.
Why wrong: S3 replication does not apply to live RDS data.