AWS Certified SysOps Administrator – Associate — Question 327

A company stores its internal data within an Amazon S3 bucket. All existing data within the S3 bucket is protected by using server-side encryption with Amazon S3 managed encryption keys (SSE-S3). S3 Versioning is enabled. A SysOps administrator must replicate the internal data to another S3 bucket in a different AWS account for disaster recovery. All the existing data is copied from the source S3 bucket to the destination S3 bucket.

Which replication solution is MOST operationally efficient?

Answer options

Correct answer: A

Explanation

Amazon S3 Cross-Region Replication (CRR) is a native, fully managed feature that automatically replicates new objects cross-account with minimal setup, making Option A the most operationally efficient solution. Options B, C, and D introduce unnecessary complexity and operational overhead by requiring the deployment, monitoring, and maintenance of custom scripts, Lambda functions, or virtual servers. Because SSE-S3 encryption is natively supported by S3 replication, no extra steps are required to handle the encryption keys.