A SysOps Administrator is configuring Amazon S3 Cross-Region Replication (CRR) to replicate backup archives from a source bucket in the us-east-1 Region to a destination bucket in the us-west-2 Region. Which actions are required to successfully enable this configuration? (Select TWO.)
- Enable versioning on the source S3 bucketAnswer
- Enable versioning on the destination S3 bucketAnswer
- CEnable RDS Multi-AZ failover on the source bucket to automate cross-Region failover
- DConfigure an Amazon RDS Read Replica in the destination Region to synchronize the bucket contents
- EConfigure the S3 Cross-Region Replication rules without enabling versioning on either bucket to minimize storage costs
Answer
Enabling versioning on both the source S3 bucket and the destination S3 bucket is required to configure Amazon S3 Cross-Region Replication.
To configure S3 Cross-Region Replication (CRR), Amazon S3 requires bucket versioning to be explicitly enabled on both the source bucket and the destination bucket. This allows S3 to preserve historical versions of the objects during replication and prevent accidental data loss.
Step-by-Step Solution
Key Concept
Amazon S3 Cross-Region Replication Requirements