AWS Certified SysOps Administrator – Associate (legacy) — Question 753

A SysOps Administrator must generate a report that provides a breakdown of all API activity by a specific user over the course of a year. AWS CloudTrail has already been enabled.
How should this report be generated?

Answer options

Correct answer: D

Explanation

CloudTrail event history in the AWS Management Console only retains data for up to 90 days, making Option A insufficient for a full year of data. By storing CloudTrail logs in an Amazon S3 bucket, administrators can retain data indefinitely and use Amazon Athena to run SQL queries to extract a complete year of API activity for a specific user. Option B is incorrect because digest files are used for log file integrity validation, and Option C is incorrect as AWS does not email monthly CloudTrail reports.