LeetQuiz Logo
Privacy Policy•contact@leetquiz.com
© 2025 LeetQuiz All rights reserved.
AWS Certified Solutions Architect - Associate

AWS Certified Solutions Architect - Associate

Get started today

Ultimate access to all questions.


A company seeks an efficient, minimal-impact solution to analyze JSON-formatted log files stored in Amazon S3, requiring simple, ad-hoc querying capabilities.

Exam-Like



Explanation:

The correct answer is C: Use Amazon Athena directly with Amazon S3 to run the queries as needed. Amazon Athena allows for direct querying of data stored in Amazon S3 using standard SQL syntax. It is a serverless service, meaning there is no infrastructure to manage, resulting in minimal operational overhead. Additionally, it requires no data movement and works directly with the data stored in S3. Hence, it fits the requirement of performing on-demand analysis with the least amount of changes to the existing architecture.

Powered ByGPT-5