Question: 1/50
A team stores raw clickstream logs as JSON in Amazon S3. They want to run ad-hoc SQL queries to quickly validate schema changes without provisioning any servers. Which AWS solution is most appropriate?
Use Amazon Athena with an AWS Glue Data Catalog table over the S3 data
Load the data into an Amazon RDS MySQL instance and query it with SQL
Spin up an Amazon EMR cluster and query the files using Hive
Use Amazon Kinesis Data Analytics to run continuous SQL queries over the data