A digital music distribution company hosts its core streaming platform in a primary AWS Region. The architecture consists of Amazon EC2 instances in an Auto Scaling group behind an Application Load Balancer, and an Amazon Aurora MySQL database. The company wants to set up a disaster recovery (DR) solution in a secondary AWS Region with a Recovery Time Objective (RTO) of 15 minutes and a Recovery Point Objective (RPO) of 5 minutes, while minimizing ongoing infrastructure costs.
Which combination of actions should the solutions architect implement to meet these requirements at the lowest cost? (Select TWO.)
- Configure an Amazon Aurora Global Database with the primary database cluster in the primary Region and a secondary database cluster in the secondary Region.Cevap
- Deploy a Pilot Light environment in the secondary Region with an Auto Scaling group set to a minimum capacity of zero, and scale it up during a failover event.Cevap
- CConfigure an Amazon Route 53 latency routing policy to route traffic between Regions without configuring health checks.
- DBack up the database daily to Amazon S3 Glacier Flexible Retrieval in the primary Region and copy the archives to the secondary Region.
- EConfigure a standard Amazon RDS MySQL Multi-AZ deployment and use a read replica in the secondary Region as the main automatic failover target.
Cevap
Configure an Amazon Aurora Global Database with a secondary cluster in the secondary Region, and deploy a Pilot Light environment in the secondary Region with an Auto Scaling group minimum capacity of zero.
The correct combination implements Amazon Aurora Global Database for sub-second cross-region data replication (satisfying the 5-minute RPO) and a Pilot Light environment in the secondary Region with compute resources set to a minimum capacity of zero (satisfying the 15-minute RTO at the lowest cost).
Adım Adım Çözüm
Anahtar Kavram
Disaster Recovery (DR) strategies balancing RTO, RPO, and cost using Aurora Global Database and Pilot Light deployments.
Tahmini Süre:2m 0s