Athena
Security Specialty
Solution Architect Associate
- Interactive query service which allows you to analyze and query data located in S3 using standard SQL
- Serverless, nothing to provision. If you see questions on serverless SQL, it’s likely Athena
- No need to setup ETL processes to query this data
- Supports CSV, JSON, Apache Parque, etc.
- You pay per query, and per Terrabyte of data scanned
- Can be used to do things like:
- To start, you need to create a “database” using the “create database
" to start - You then need to create tables and populate them into the database