Jake
Jake

Reputation: 31

Find total data transferred for a video in AWS CloudFront

I am using CloudFront to distribute HLS video streams. The original video files that CloudFront uses are broken down into thousands of .ts files that are stored in S3 buckets. CloudFront Reports only seem to show total bytes transferred for the top 50 .ts files. Is it possible to find the total bytes transferred from CloudFront for an entire video? I am not interested in the amount of data transferred for only a selection of .ts files. Id like to see the total bytes transferred for the total video folder from which those .ts files are stored.

Upvotes: 1

Views: 850

Answers (1)

AWS PS
AWS PS

Reputation: 4710

You can find statistics under CloudFront-> Usage Reports

CloudFront Usage Reports - Data Transferred by Destination

Upvotes: 1

Related Questions