An e-commerce corporation is upgrading the disaster recovery capabilities of its transaction ledger and media catalog storage on AWS. The architecture is primarily based in the `us-east-1` Region and must support failover to the `us-west-2` Region. The media catalog contains millions of image files that require a Recovery Point Objective (RPO) of minutes and a Recovery Time Objective (RTO) of minutes. The transaction ledger demands persistent shared file storage that spans multiple Availability Zones in both Regions with minimal recovery time. Which two storage configurations will meet these durability and disaster recovery requirements? (Select TWO.)
- Store the media catalog files in an Amazon S3 bucket in `us-east-1` and configure Amazon S3 Cross-Region Replication (CRR) to `us-west-2` with S3 Replication Time Control (RTC) enabled.Answer
- Deploy Amazon Elastic File System (Amazon EFS) in `us-east-1` using the Standard storage class to span multiple Availability Zones, and configure Amazon EFS Replication to asynchronously replicate data to a destination EFS file system in `us-west-2`.Answer
- CStore the media catalog files in Amazon S3 Glacier Flexible Retrieval and use Standard retrieval processes to populate the secondary Region's bucket during a disaster failover event.
- DConfigure a Pilot Light disaster recovery strategy by maintaining cold, inactive Amazon EFS mount targets in the secondary Region, expecting them to instantly mount and synchronize transaction files with zero recovery time during failover.
- EDeploy an Amazon RDS DB instance with Multi-AZ enabled in `us-east-1` and create a Read Replica in `us-west-2` to act as the primary, highly available file and media storage with automatic failover.
Answer
The correct configurations involve storing the media catalog files in an Amazon S3 bucket with Cross-Region Replication (CRR) and Replication Time Control (RTC) enabled to guarantee replication within fifteen minutes, and using Amazon Elastic File System (Amazon EFS) with EFS Replication to provide highly available, multi-AZ shared storage replicated across regions.
The correct configurations involve storing the media catalog files in an Amazon S3 bucket with Cross-Region Replication (CRR) and Replication Time Control (RTC) enabled to guarantee replication within minutes, and using Amazon Elastic File System (Amazon EFS) with EFS Replication to provide highly available, multi-AZ shared storage replicated across regions.
Step-by-Step Solution
Key Concept
Designing highly available, multi-AZ and multi-region storage systems using S3 replication configurations and EFS replication schemas to meet low RTO and RPO targets.
Estimated Time:2m 0s