简体   繁体   English

计算AWS Cloudfront CDN中的数据传输

[英]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". 我正在计算AWS cloudfront上的“每月数据传输”,用于电影流媒体网络应用程序(如netflix等),并且不太了解“每月数据传输”。

about the project : a typical movie duration : 90 minutes. 关于项目:典型的电影持续时间:90分钟。 a typical movie size : 9,4 GB. 典型的电影大小:9,4 GB。 estimated number of movies to be hosted : 5000. Estimated plays per month : 500000. 预计要托管的电影数量:5000。每月估计的播放次数: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 ? 因此,为了获得“每月数据传输”的良好价值,我应该只需500000(每月估计的播放次数)* 9,4(典型的电影大小)或者我得错了吗?

When you want de deliver 4500 T / month, you should ask AWS for a discount. 如果您希望每月交付4500吨,您应该向AWS询问折扣。
https://aws.amazon.com/cloudfront/pricing/ says: https://aws.amazon.com/cloudfront/pricing/说:
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. 对于愿意承诺每月至少10 TB数据传输12个月或更长时间的客户,可享受折扣价。 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 . 另请参阅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. 在使用此服务时,您似乎获得了更好的费率,而不是来自S3存储桶+云端的服务。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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