Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
You need to query logs stored in Amazon S3 to gather contextual information related to a recent security event. How would you use Amazon Athena to perform this task? Provide a detailed approach including the setup and the SQL queries you would use.
A
Set up Athena by defining a schema for the logs, use basic SQL queries to filter and analyze log data.
B
Manually download logs from S3, then use a local SQL client to query the data.
C
Use AWS Glue to crawl the S3 logs, then perform complex SQL queries with Athena.
D
Import logs into a relational database, then use Athena to query the database.