
Answer-first summary for fast verification
Answer: Employ Amazon Athena for direct query execution on S3 data without additional storage.
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.
Author: LeetQuiz Editorial Team
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.
A
Utilize Amazon Redshift for centralized data loading and on-demand SQL query execution.
B
Leverage Amazon CloudWatch Logs for log storage and perform SQL queries via the console.
C
Employ Amazon Athena for direct query execution on S3 data without additional storage.
D
Catalog logs with AWS Glue and execute SQL queries using an Amazon EMR Apache Spark cluster.
No comments yet.