A financial auditing firm hosts a document management system on AWS where millions of PDF records are stored in an Amazon S3 bucket. The compliance team mandates a highly resilient storage architecture that protects against a total AWS Region outage. The disaster recovery plan dictates a Recovery Time Objective (RTO) of less than 15 minutes and a Recovery Point Objective (RPO) of under 15 minutes. Which storage strategy should a solutions architect implement to satisfy these requirements?
- Configure Amazon S3 Cross-Region Replication (CRR) to replicate objects to a destination S3 bucket in a secondary AWS Region, allowing the application to immediately access the replica bucket during a failover.Cevap
- BReplicate the documents to an Amazon S3 Glacier Flexible Retrieval vault in a secondary AWS Region, and use standard retrieval to restore the files to a standard S3 bucket when a primary Region outage is declared.
- CSet up an Amazon RDS Multi-AZ DB instance and configure Amazon S3 lifecycle policies to continuously migrate and sync the PDF objects directly into Amazon RDS Read Replicas in a secondary Region for real-time failover.
- DEstablish a Pilot Light disaster recovery architecture by keeping a duplicate S3 bucket and replication agents in a secondary Region turned off, manually activating replication and syncing data only after a failure occurs.
Cevap
Configure Amazon S3 Cross-Region Replication (CRR) to replicate objects to a destination S3 bucket in a secondary AWS Region, allowing the application to immediately access the replica bucket during a failover.
Amazon S3 Cross-Region Replication (CRR) replicates objects automatically and asynchronously to another AWS Region. This provides a low RPO (usually within seconds/minutes) and keeps the data in a standard S3 bucket, which allows immediate read access during a regional disaster (meeting the 15-minute RTO).
Adım Adım Çözüm
Anahtar Kavram
Cross-Region Replication (CRR) provides automatic, asynchronous copying of S3 objects across AWS Regions to meet low RTO and RPO requirements for disaster recovery.