AWS Certified Security – Specialty — Question 139

A company has hundreds of AWS accounts, and a centralized Amazon S3 bucket used to collect AWS CloudTrail logs for all of these accounts. A Security
Engineer wants to create a solution that will enable the company to run ad hoc queries against its CloudTrail logs dating back 3 years from when the trails were first enabled in the company's AWS account.
How should the company accomplish this with the least amount of administrative overhead?

Answer options

Correct answer: D

Explanation

The correct answer is D because creating an Amazon Athena table allows for efficient querying of the CloudTrail logs directly from the S3 bucket without the need for additional infrastructure. Options A and C involve more complexity and administrative overhead, while option B does not support querying logs from the past three years effectively.