简体   繁体   English

AWS S3定价-数据输入/输出

[英]AWS S3 pricing - data transfer in/out

I am planning to store objects in S3 standard storage , each object could be of 100MB in size so monthly it could go upto 1TB. 我打算将对象存储在S3 standard storage ,每个对象的大小可能为100MB,因此每月最多可以达到1TB。 I will use a single region to store these objects in S3. 我将使用一个区域将这些对象存储在S3中。
I want to create a mobile app to store and fetch this objects using post/get apis. 我想创建一个移动应用程序,以使用post / get api存储和获取此对象。 And then show them in my app. 然后在我的应用程序中显示它们。
S3 uses different pricing sections, I understand storage and requests (post/get) pricing. S3使用不同的定价部分,我了解存储和请求(发布/获取)定价。
My question is around data transfer in/out pricing, in my case above will I be billed for data transfer in/out? 我的问题是关于数据传入/传出定价,在上述情况下,我需要为数据传入/传出计费吗? if no why not? 如果没有,为什么不呢?

Yes, you will be billed because you mobile app will connect from internet. 是的,因为您的移动应用程序将通过互联网连接,所以需要向您收费。 Even connected from within AWS there are fees associated with your number of requests and data transferred (inside region or outside region). 即使从AWS内部连接,也要与您的请求和传输的数据量(内部区域或外部区域)相关的费用。

You can use the AWS Calc to get an estimate for the cost associated: https://calculator.s3.amazonaws.com/index.html 您可以使用AWS Calc来获取相关成本的估算值: https : //calculator.s3.amazonaws.com/index.html

All traffic FROM mobile phones to S3 or EC2 is free. 从手机到S3或EC2的所有流量都是免费的。 All traffic TO mobile phones from S3/CloudFront is billed according to a selected region. 从S3 / CloudFront到手机的所有流量均按选定区域计费。 Take a look at https://aws.amazon.com/s3/pricing/ . 看看https://aws.amazon.com/s3/pricing/

Keep in mind that incoming traffic (to S3) is free only if you're NOT using S3 Transfer Acceleration. 请记住,仅当您不使用S3 Transfer Acceleration时,传入流量(到S3)才是免费的。

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

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