AWS Certified Data Analytics – Specialty — Question 26

A company leverages Amazon Athena for ad-hoc queries against data stored in Amazon S3. The company wants to implement additional controls to separate query execution and query history among users, teams, or applications running in the same AWS account to comply with internal security policies.
Which solution meets these requirements?

Answer options

Correct answer: B

Explanation

The correct answer is B because creating an Athena workgroup allows for the separation of query execution and history by associating specific permissions through tags. Option A does not directly control query execution separation, while C focuses on IAM roles which do not inherently provide the required separation for query history. Option D pertains to Glue Data Catalog permissions, which are not directly related to the execution and history of Athena queries.