简体   繁体   English

AWS S3中如何计算数据传输?

[英]How Data Transfer is calculatedin AWS S3?

I was going through the AWS s3 calculator for Standard Storage . 我正在查看用于Standard Storage的AWS s3计算器。 I didnt understood the meaning of Data Transfer calculation. 我不了解Data Transfer计算的含义。 How it is calculated? 如何计算?

Data Transfer:
Inter-Region Data Transfer Out: 10GB/Month
Data Transfer Out:10GB/Month
Data Transfer In:10GB/Month
Data Transfer Out to CloudFront:

Let say my use case is i want to upload a file, store it in S3 s long as i want it, i will download it whenever i want, i will modify the file and these operation i will do from across the world from mobile, laptop through my app/website. 假设我的用例是我想上传一个文件,将其存储在S3中,只要我愿意,我就会随时下载它,我将修改该文件,而这些操作我将通过移动设备在全球范围内进行,笔记本电脑通过我的应用程序/网站。

You pay for all traffic going out of AWS (Data Transfer Out). 您需要支付所有从AWS流出的流量(数据传输出)。 You also pay for inter-region traffic. 您还需要为区域间流量付费。

Let's say you have a S3 bucket in Virginia and an EC2 in Oregon. 假设您在弗吉尼亚州有一个S3存储桶,在俄勒冈州有一个EC2。 This EC2 downloads a 100MB file from that bucket. 此EC2从该存储桶下载100MB文件。 You'll pay 100MB of inter-region. 您需要支付100MB的区域间费用。 If you download the file from your PC, you pay 100MB of transfer out. 如果从PC下载文件,则需要支付100MB的转出费用。 You always pay for what goes out or to another region. 您总是要为外出或到达其他地区的东西付费。 If you partially download a file, you'll be charged that exact amount. 如果您部分下载了文件,则会向您收取确切的费用。 That's basically it. 基本上就是这样。

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

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