AWS Certified Data Engineer – Associate (DEA-C01) — Question 45

A company stores details about transactions in an Amazon S3 bucket. The company wants to log all writes to the S3 bucket into another S3 bucket that is in the same AWS Region.
Which solution will meet this requirement with the LEAST operational effort?

Answer options

Correct answer: D

Explanation

The correct answer is D because creating a trail of data events in AWS CloudTrail specifically tracks S3 write operations with minimal configuration. The other options involve additional steps, such as invoking a Lambda function or using Kinesis Data Firehose, which increases operational overhead.