A digital publishing company hosts a web application in the us-east-1 Region. The application uses an Amazon RDS for MySQL database to store article metadata. The company wants to implement a disaster recovery (DR) strategy in the us-west-2 Region. The solution must achieve a Recovery Point Objective (RPO) of minutes and a Recovery Time Objective (RTO) of hours while minimizing ongoing infrastructure costs.
Which strategy should a solutions architect recommend to meet these requirements?
- AExport daily database backups to Amazon S3, copy the backups to an Amazon S3 Glacier Flexible Retrieval vault in the secondary Region, and restore the database from Glacier during a failover event.
- BConfigure Amazon RDS Multi-AZ replication across both Regions. Use Amazon Route 53 with a latency routing policy to route traffic to active application servers running in both Regions.
- Replicate the database to the secondary Region. Keep application servers in the secondary Region turned off, or deploy them using AWS CloudFormation templates only during a failover event.Cevap
- DReplicate the database to the secondary Region. Keep a scaled-down, active fleet of application instances running in the secondary Region to scale up immediately during a failover event.
Cevap
Replicate the database to the secondary Region. Keep application servers in the secondary Region turned off, or deploy them using AWS CloudFormation templates only during a failover event.
The correct strategy is a Pilot Light approach. Replicating the database to the secondary Region ensures the data is ready and meets the 15-minute RPO. Keeping application servers shut down or deploying them on demand using templates minimizes ongoing infrastructure costs while comfortably meeting the 2-hour RTO.
Adım Adım Çözüm
Anahtar Kavram
Disaster Recovery (DR) Strategies (Pilot Light vs. Warm Standby)
Tahmini Süre:1m 0s