A SysOps Administrator is setting up Amazon S3 Cross-Region Replication (CRR) between a source bucket and a destination bucket. The administrator has configured the replication rule and the IAM role, but objects are not replicating to the destination bucket. Which of the following configuration steps must be performed to enable replication? (Select two.)
- Enable bucket versioning on the source S3 bucket.Answer
- Enable bucket versioning on the destination S3 bucket.Answer
- CSuspend versioning on the destination bucket to optimize storage usage.
- DConfigure replication with versioning suspended on both the source and destination buckets.
- EGrant the administrator's IAM policy the iam:AssumeRole permission instead of the iam:PassRole permission to pass the replication role to S3.
Answer
Enable bucket versioning on both the source S3 bucket and the destination S3 bucket.
For Amazon S3 replication (either Cross-Region Replication or Same-Region Replication) to function, versioning must be enabled on both the source and destination S3 buckets. Enabling versioning ensures that every version of an object created in the source bucket can be uniquely identified and copied to the destination bucket.
Step-by-Step Solution
Key Concept
S3 Replication Requirements