Question 206:
An ERP application is deployed in multiple Availability Zones in a single region. The application uses a MySQL database deployed in EC2. In the event of failure, the RTO must be less than 3 hours, and the RPO is 15 minutes. The customer realizes that data corruption occurred roughly 10 Mins ago. Which DR strategy can be used to achieve this RTO and RPO in the event of this kind of failure?
Answer options:
A.Take 15-minute DB backups stored in Amazon Glacier, with transaction logs stored in Amazon S3 every 5 minutes. B.Use synchronous database master-standby replication between two Availability Zones. C.Take hourly DB backups to Amazon S3, with transaction logs stored in S3 every 5 minutes. D.Take hourly DB backups to an Amazon EC2 instance store volume, with transaction logs stored in Amazon S3 every 5 minutes.