Tools/Amazon_Athena
Amazon Athena
Serverless, query-in-place SQL engine over data sitting in AWS_S3 — no cluster to provision, pay per query/data scanned. Common pattern: land raw/semi-structured data in S3, query it directly with Athena instead of loading into AWS_RedShift first; graduate to Redshift once query volume/latency needs justify a warehouse.