A company hosts a web application in the us-east-1 Region. The application stores static media files in an Amazon S3 bucket and uses an Amazon RDS for PostgreSQL database. To prepare for a disaster recovery (DR) scenario, the company wants to implement a Backup and Restore DR strategy in the us-west-2 Region. Which TWO options should a solutions architect recommend to copy the S3 objects and database backups to the secondary region?
- Enable Amazon S3 Cross-Region Replication (CRR) on the source S3 bucket to replicate new object uploads to a destination bucket in the secondary region.Cevap
- Configure AWS Backup to automatically replicate Amazon RDS database backups and snapshots to the secondary region.Cevap
- CDeploy an Amazon RDS Read Replica in the secondary region and rely on Route 53 latency routing to automatically fail over write traffic to the replica.
- DCopy database backups to an Amazon S3 Glacier Flexible Retrieval vault in the secondary region to restore the database in under 15 minutes during a disaster.
- EEstablish a Pilot Light architecture by running a fully-scaled Amazon RDS database instance in the secondary region to avoid database startup time during failover.
Cevap
The correct options are enabling Amazon S3 Cross-Region Replication (CRR) and using AWS Backup to replicate database backups to the secondary region.
For a Backup and Restore disaster recovery strategy, the primary goal is to copy backups to a secondary region. Enabling Amazon S3 Cross-Region Replication (CRR) handles S3 objects automatically, while AWS Backup handles replicating RDS snapshots to the target region. Both solutions keep replication simple without requiring running database instances in the recovery region.
Adım Adım Çözüm
Anahtar Kavram
Disaster recovery data replication
Tahmini Süre:1m 0s