AWS Certified Solutions Architect – Associate (SAA-C02) — Question 502

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 replicates objects across buckets in the same AWS Region with minimal latency and zero operational overhead, making Option B the best choice. S3 Lifecycle policies cannot be used to copy objects between buckets, ruling out Option A. While Lambda functions (Option D) and custom scripts (Option C) can copy data, they introduce unnecessary development, maintenance, and execution costs compared to the built-in replication feature.