Athena

aws/analytics aws/serverless aws/service

💡 Definition

Amazon Athena is an interactive query service that makes it easy to analyze data in S3 using standard SQL. Athena is serverless, so there is no infrastructure to manage, and you pay only for the queries that you run.

🔑 Key Concepts

⚙️ How it Works

  1. Define Schema: Use the Glue Data Catalog to define the table structure of your S3 data.
  2. Write SQL: Write a standard SQL query in the Athena console.
  3. Run: Athena scans the files in S3 and returns the results.

🎯 Use Cases

💰 Pricing Model

📝 Exam Tips (CLF-C02)


See Also: * S3 * Glue * Redshift