A company runs a multi-tier web application on AWS. The application database is a single Amazon RDS MySQL instance. During a recent DR drill, the team discovered that restoring from automated backups took 45 minutes, exceeding their RTO of 15 minutes. Which solution best meets the RTO requirement with minimal cost increase?
-
A
Enable RDS Multi-AZ deployment and use the standby instance for failover
-
B
Increase the backup retention period and use faster instance storage
-
C
Create a read replica in the same AZ and promote it during failures
-
D
Use AWS Database Migration Service to continuously replicate data to a second RDS instance