A media company is planning a disaster recovery (DR) strategy on AWS. The solutions architect recommends implementing a Pilot Light strategy in a secondary AWS Region to achieve a low Recovery Time Objective (RTO) while keeping idle resource costs to a minimum.
Which of the following actions should the solutions architect take to implement this strategy? (Select TWO.)
- Replicate the primary database to a continuously running database instance in the secondary AWS Region to keep the data up to date.Cevap
- Maintain application server configurations as Amazon Machine Images (AMIs) and launch the instances only during a failover event.Cevap
- CKeep a scaled-down fleet of application EC2 instances running behind an Elastic Load Balancer in the secondary AWS Region.
- DStore all database backups in Amazon S3 Glacier Flexible Retrieval and restore them to new database instances during a failover.
- EConfigure an Amazon RDS cross-region read replica and use it as the primary automated Multi-AZ failover target for write operations.
Cevap
Replicate the primary database to a continuously running database instance in the secondary AWS Region, and maintain application server configurations as Amazon Machine Images (AMIs) to launch only during failover.
In a Pilot Light disaster recovery (DR) strategy, the data tier (such as the database) is kept running and continuously updated in the recovery region to minimize recovery time. Compute and application infrastructure are kept dormant or stored as configuration templates (like AMIs) to minimize idle running costs. These templates are only used to provision active instances when a failover is triggered.
Adım Adım Çözüm
Anahtar Kavram
Pilot Light Disaster Recovery Strategy