A financial auditing enterprise hosts its document archiving application on AWS. The primary storage consists of an Amazon S3 bucket located in us-east-1 containing compliance records. The company must establish a disaster recovery (DR) site in us-west-2 that guarantees a Recovery Point Objective (RPO) of minutes and a Recovery Time Objective (RTO) of minutes. The data must be stored with a durability of . Which storage architecture meets these requirements?
- Configure Amazon S3 Cross-Region Replication (CRR) to a destination S3 bucket in us-west-2 with S3 Replication Time Control (S3 RTC) enabled, and run the application in an active-passive configuration.Answer
- BConfigure Amazon S3 Cross-Region Replication (CRR) to replicate compliance records to the Amazon S3 Glacier Flexible Retrieval storage class in us-west-2, and initiate Standard retrievals during a disaster recovery failover event.
- CImplement a Pilot Light disaster recovery strategy where compliance records are replicated to Amazon S3 in us-west-2 with the compute resources kept offline, expecting automated scripts to boot and scale the application tier within the -minute RTO.
- DMigrate the record storage to an Amazon RDS Multi-AZ DB instance in us-east-1, configure a Read Replica in us-west-2, and promote the Read Replica during a failover to serve as the highly available storage tier.
Answer
Configure Amazon S3 Cross-Region Replication (CRR) to a destination S3 bucket in us-west-2 with S3 Replication Time Control (S3 RTC) enabled, and run the application in an active-passive configuration.
The correct solution uses Amazon S3 Cross-Region Replication (CRR) with S3 Replication Time Control (S3 RTC). S3 RTC guarantees that of uploaded objects are replicated to the destination region within minutes, directly fulfilling the -minute RPO. Because the files are replicated to standard S3 storage, they are immediately accessible during a failover event, easily satisfying the -minute RTO. Amazon S3 Standard also natively provides data durability.
Step-by-Step Solution
Key Concept
High availability and disaster recovery for object storage using Amazon S3 Cross-Region Replication (CRR) and S3 Replication Time Control (S3 RTC) to meet tight RPO/RTO SLAs.
Estimated Time:2m 0s