AWS Certified Data Analytics – Specialty — Question 79

A retail company leverages Amazon Athena for ad-hoc queries against an AWS Glue Data Catalog. The data analytics team manages the data catalog and data access for the company. The data analytics team wants to separate queries and manage the cost of running those queries by different workloads and teams.
Ideally, the data analysts want to group the queries run by different users within a team, store the query results in individual Amazon S3 buckets specific to each team, and enforce cost constraints on the queries run against the Data Catalog.
Which solution meets these requirements?

Answer options

Correct answer: C

Explanation

The correct answer is C because creating Athena workgroups allows the separation of queries by team and helps enforce cost management through workgroup-level settings. Option A does not provide the necessary separation for query management, while option B focuses on resource groups, which are not designed for cost control and query result segregation. Option D does not have the capabilities required for managing costs and results effectively.