Query AWS S3 ALB Access Logs with Amazon Athena

preview_player
Показать описание
In this #AWS video tutorial, you'll learn how to use Amazon Athena to run SQL queries against AWS Elastic Load Balancer access logs in an Amazon S3 bucket.

Athena allows us to run SQL queries on unstructured data. In this demonstration, you'll see how to connect this solution together so you can query your log files generated by an AWS Application Load Balancer (ALB).


_______________________

At Digital Cloud Training, our mission is to help you succeed in your #cloud career.

👉 Check out our popular training options for #AmazonWebServices, including

Рекомендации по теме
Комментарии
Автор

Thank. I have setup exactly like this and I was able to query until a particular date and then recently I noticed that when querying it doesnot return results since that date(24th May was the last date for which query returns result). I checked s3 and the logs are getting generated for each and every day

DesiAustrianDreams
Автор

This solution is not optimized yet. What if you have TB of log files? Athena will scan all the raw file -> increasing cost and performance. It would be nice if you can do optimization analysis

danghuynguyen