AWS Certified Solutions Architect – Associate (SAA-C03) — Question 695

A company has multiple AWS accounts with applications deployed in the us-west-2 Region. Application logs are stored within Amazon S3 buckets in each account. The company wants to build a centralized log analysis solution that uses a single S3 bucket. Logs must not leave us-west-2, and the company wants to incur minimal operational overhead.

Which solution meets these requirements and is MOST cost-effective?

Answer options

Correct answer: B

Explanation

Amazon S3 Same-Region Replication (SRR) is a fully managed, native feature that automatically replicates objects across S3 buckets in the same AWS region, providing the lowest operational overhead and cost. S3 Lifecycle policies (Option A) cannot be used to copy objects between buckets. While custom scripts (Option C) and AWS Lambda functions (Option D) can achieve the replication, they require manual development, maintenance, and execution costs, making them less cost-effective and operationally complex.