fivexl/base-infra-release

Analyzer of downloads

Closed this issue · 2 comments

We want to know how often/how many our tools are being downloaded so we need to find a way to have a stats

Possible options - cloudfront logs, s3 access logs, CloudTrail data events

In AWS Console have "CloudFront Popular Objects Report"
"The Amazon CloudFront console can display a list of the 50 most popular objects for a distribution during a specified date range in the previous 60 days."
If we want to know more information i think we need querying Amazon CloudFront Logs with Athena or some Lamba code

@Andrey9kin 60 days and top 50 in console is enough? or we need more info and use this info somewhere else?

@cageyv yes. that would do. Thanks for digging into it