A company is designing a disaster recovery (DR) strategy for a non-critical internal administration application. The business requires a Recovery Point Objective (RPO) of hours and a Recovery Time Objective (RTO) of hours. The primary objective is to minimize cost. Which of the following actions should a SysOps Administrator take to meet these requirements? (Choose two.)
- Configure AWS Backup to perform daily cross-region backups of the database to the secondary Region.Answer
- Store infrastructure definitions as AWS CloudFormation templates to provision the compute resources in the secondary Region only during a disaster recovery event.Answer
- CConfigure an Amazon RDS Read Replica in the secondary Region to provide automatic synchronous failover of the database layer.
- DSet up Amazon S3 Cross-Region Replication (CRR) for application assets without enabling S3 Versioning on either the source or destination buckets.
- EConfigure an Amazon Route 53 active-active failover routing policy to route all traffic to the secondary Region even when the primary Region is fully healthy.
Answer
Configure AWS Backup to perform daily cross-region backups of the database to the secondary Region, and store infrastructure definitions as AWS CloudFormation templates to provision the compute resources in the secondary Region only during a disaster recovery event.
The correct options align with the Backup and Restore disaster recovery strategy. With an RTO and RPO of hours, the company does not need warm resources running in the secondary Region. Using AWS Backup for daily cross-region replication ensures that database backups are under hours old, meeting the RPO. Deploying resources on-demand using AWS CloudFormation templates during a disaster allows recovery well within the -hour RTO while avoiding the cost of maintaining running compute capacity.
Step-by-Step Solution
Key Concept
Disaster Recovery Strategies