A corporate training platform hosts its web application in a single AWS Region. The platform's database is stored on Amazon RDS for PostgreSQL, and application data is on Amazon EBS volumes. The company wants to set up a cost-effective Backup and Restore disaster recovery (DR) strategy in a secondary Region. The company can tolerate a -hour Recovery Point Objective (RPO) and a -hour Recovery Time Objective (RTO). Which combination of actions will meet these requirements at the lowest cost? (Select TWO.)
- Configure daily backups of Amazon Elastic Block Store (Amazon EBS) volumes and Amazon RDS DB instances, and copy the snapshots to the secondary AWS Region.Cevap
- Use AWS CloudFormation templates to deploy the application infrastructure in the secondary AWS Region during a disaster, and restore the databases from the copied snapshots.Cevap
- CDeploy scaled-down Amazon EC2 instances in a Pilot Light configuration in the secondary AWS Region and expect them to handle full production traffic immediately without scaling up.
- DCreate an Amazon RDS Read Replica in the secondary AWS Region and configure it to automatically perform Multi-AZ failover for the primary database.
- EStore all database backups in Amazon S3 Glacier Flexible Retrieval and use standard retrieval to recover data within a -minute recovery time window.
Cevap
The correct strategy is to configure daily backups of EBS volumes and RDS instances, copy them to a secondary region, and deploy the application infrastructure on-demand using CloudFormation while restoring the databases from those snapshots when a disaster occurs.
For a -hour RPO and RTO, a Backup and Restore strategy is the most cost-effective option. The two correct options accomplish this by first setting up daily backups of EBS volumes and RDS databases and copying them to a secondary region (satisfying the -hour RPO), and second, deploying the architecture on-demand during a disaster using AWS CloudFormation and restoring the databases from the copied snapshots (satisfying the -hour RTO without incurring compute costs during normal operations).
Adım Adım Çözüm
Anahtar Kavram
Backup and Restore Disaster Recovery Strategy