A company is designing a disaster recovery (DR) architecture for a critical web application. The application's database runs on an Amazon RDS for MySQL DB instance, and its static backup archives are stored in an Amazon S3 bucket. The SysOps administrator must configure the infrastructure to meet the following requirements:
1. The database must automatically fail over to a standby instance in a different Availability Zone during an outage, achieving a Recovery Time Objective (RTO) of under 2 minutes.
2. The S3 backup archives must be automatically replicated to a secondary AWS Region to protect against regional disasters, achieving a Recovery Point Objective (RPO) of 15 minutes.
Which combination of actions must the SysOps administrator perform to meet these requirements? (Select TWO.)
- Enable Multi-AZ deployment on the Amazon RDS for MySQL DB instance.Answer
- Enable bucket versioning on both the source S3 bucket and the destination S3 bucket, then configure Amazon S3 Cross-Region Replication (CRR) to the secondary Region.Answer
- CDeploy an Amazon RDS Read Replica in a different Availability Zone and configure it as the automatic failover target using an Amazon Route 53 CNAME record.
- DConfigure Amazon S3 Cross-Region Replication (CRR) on the source S3 bucket to replicate objects without enabling bucket versioning.
- EConfigure Amazon Route 53 active-active failover routing to distribute database write operations between the primary RDS DB instance and the standby instance in the secondary Availability Zone.