Jayson
Jayson

Reputation: 13

Amazon Web Services: CloudFront Report, other than 'Popular Objects'

Is there a possibility in the AWS Interface to see a report overview on all (or any) hosted files?

Actually the same that is shown in CloudFront > CloudFront Popular Objects Report, but for all the 'not so popular' files. Or just one specific file.

expected values

Upvotes: 0

Views: 336

Answers (1)

John Hanley
John Hanley

Reputation: 81444

CloudFront only knows about files that are requested. Files that are not requested will remain unknown to CloudFront.

CloudFront creates log files. You could then index your S3 bucket to create a comparison of files that are not accessed or accessed infrequently.

Amazon Athena is a nice product for processing log files stored in S3 and supports SQL for queries.

Upvotes: 1

Related Questions