AWS Certified Data Analytics – Specialty — Question 122

An ecommerce company ingests a large set of clickstream data in JSON format and stores the data in Amazon S3. Business analysts from multiple product divisions need to use Amazon Athena to analyze the data. The company's analytics team must design a solution to monitor the daily data usage for Athena by each product division. The solution also must produce a warning when a division exceeds its quota.
Which solution will meet these requirements with the LEAST operational overhead?

Answer options

Correct answer: C

Explanation

The correct answer is C because creating an Athena workgroup for each division allows precise tracking of usage and setting data usage controls with notifications, minimizing operational overhead. Options A and B are more complex as they involve budget settings or cross-account access, which adds overhead. Option D also introduces unnecessary complexity by requiring multiple AWS accounts.