Amazon Athena

Serverless query service to perform analytics against S3 objects

Uses Standard SQL language to query the files

Supports CSV, JSON, ORC, Avro and Parquet (built on Presto)

Pricing : $5.00 per TB of data scanned

Use compressed or columnar data for cost-savings(less scan)

Use cases: Business intelligence / analytics / reporting, analyze & query VPC Flow Logs, ELB Logs, CloudTrail trails, etc . . .

Exam Tip : analyze data in S3 using serverless SQL, use Athena

Athena는 S3 객체에 대해 분석을 수행하는 서버리스 쿼리 서비스이다.

표준 SQL 언어를 사용하여 파일을 쿼리한다.

CSV, JSON, ORC, Avro, Parquet을 지원하고 있다. (Athena는 Presto 엔진 기반이다.)

가격은 스캔되는 TB 데이터 당 5달러이다.

압축됐거나 컬럼형으로 저장된 데이터를 사용할 경우 비용 절감이 가능하다.(데이터 스캔하는 양이 적어짐)

사용 사례 : 비즈니스 인텔리전스 분석, 보고 & VPC, ELB 로그의 Flow logs 분석, CloudTrail 로그, 플랫폼 로그 등 AWS 로그를 사용할 경우

Athena가 매우 유용함.

+ Recent posts