AWS Atena Flashcards
What is AWS Athena?
It is a serverless product that enables you to query data in S3.
How could I query the CloudTrail logs?
Athena can query S3 and these logs can be stored in S3 and then queried with Athena.
How could I query the CloudFront logs?
Athena can query S3 and these logs can be stored in S3 and then queried with Athena.
How could I query the LoadBalancer logs?
Athena can query S3 and these logs can be stored in S3 and then queried with Athena.
How could I query the Application LoadBalancer logs?
Athena can query S3 and these logs can be stored in S3 and then queried with Athena.
How could I query the VPC logs?
Athena can query S3 and these logs can be stored in S3 and then queried with Athena.
I wnat to query large public datasets, what is my best option and why?
Athena, you do not have to preprocess the data, you can build a view table over the dat and query the table.