简体   繁体   中英

Calculating data transfer out in AWS Cloudfront CDN

Hello and Thanks for reading this. I am calculating the "data transfer out per month" on AWS cloudfront for a movie streaming web application (like netflix, etc..) and don't really understand the "data transfer per month".

about the project : a typical movie duration : 90 minutes. a typical movie size : 9,4 GB. estimated number of movies to be hosted : 5000. Estimated plays per month : 500000.

So in order to get the good value of "data transfer per month" should i simply 500000(Estimated plays per month) * 9,4 (a typical movie size) or i am getting something wrong ?

When you want de deliver 4500 T / month, you should ask AWS for a discount.
https://aws.amazon.com/cloudfront/pricing/ says:
Discounted pricing is available for customers willing to commit to a minimum of 10 TB of data transfer per month for 12 months or longer. Discounts vary based on the amount of the commitment.
Interested in signing up for discounted pricing? Please contact us.

They also suggest to look at the regions where you want to deliver the data: You have a lower price class when you only want edge locations in United States, Canada and Europe.

Also look at https://aws.amazon.com/kinesis/video-streams/pricing/?nc=sn&loc=3 .
It seems you get better rates when using this service and not something from a S3 bucket+cloudfront.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM