A company has multiple AWS accounts with applications in the us-west-2 Region. Each account stores application logs in Amazon S3 buckets. The company wants a centralized log analysis solution using a single S3 bucket. Logs must remain in us-west-2, and the solution should incur minimal operational overhead and cost. Which solution meets these requirements and is MOST cost-effective?
Choose an answer
Tap an option to check your answer.
Correct answer: Use S3 Same-Region Replication to replicate logs from the S3 buckets to another S3 bucket in us-west-2. Use this S3 bucket for log analysis..
Why this is the answer
S3 Same-Region Replication (SRR) is the most cost-effective and operationally efficient solution. SRR automatically replicates new objects from source S3 buckets to a destination S3 bucket within the same AWS Region (us-west-2 in this case). This ensures logs are centralized with minimal management overhead. An S3 Lifecycle policy is for managing object transitions or expirations within a bucket, not for copying objects between buckets for centralized analysis. A script using PutObject would be complex to manage, prone to errors, and incur significant operational overhead. AWS Lambda functions triggered by s3:ObjectCreated: events would also add operational overhead for development and maintenance, and incur costs for every invocation and data transfer, making it less cost-effective than SRR for continuous log replication.
Pass your exam — without the endless answer hunt
Get every verified question and explanation for this exam in one place, and save hours of prep. 1,000+ certifications · 20+ languages · free to start.
Pass your exam faster → No card needed