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

A company has three AWS accounts: Management, Development, and Production. These accounts use AWS services only in the us-east-1 Region. All accounts have a VPC with VPC Flow Logs configured to publish data to an Amazon S3 bucket in each separate account. For compliance reasons, the company needs an ongoing method to aggregate all the VPC flow logs across all accounts into one destination S3 bucket in the Management account.
What should a solutions architect do to meet these requirements with the LEAST operational overhead?

Answer options

Correct answer: A

Explanation

S3 Same-Region Replication (SRR) provides a fully managed, native mechanism to automatically and continuously replicate objects across S3 buckets in different AWS accounts within the same region, requiring minimal setup and zero maintenance. Options B, C, and D are incorrect because they rely on custom scripting, manual batch operations, or writing and maintaining AWS Lambda code, all of which introduce significantly more operational overhead.