简体   繁体   English

AWS定价疑虑(S3,冰川和dynamodb)

[英]Aws pricing doubts (s3, glacier and dynamodb)

Im studing aws pricing and I have some doubts. 我正在研究aws的价格,我对此有些怀疑。

About Amazon S3, it says that we pay $0.03 per gb per month. 关于Amazon S3,它说我们每月每GB支付0.03美元。 But for example If I use only 256kb of storage, 256kb = 0.000256gb, using AWS S3 calculator it says that the cost is $0.00. 但是例如,如果我仅使用256kb的存储,即256kb = 0.000256gb,那么使用AWS S3计算器则表示成本为0.00美元。 So for small amounts of storage is always free?? 那么对于少量存储总是免费的?

And I have my s3 bucket configured with glacier class, so when I store this 256kb of data in s3, after 1 day this data is stored in glacier. 而且我的s3存储桶配置了冰川类,因此,当我将256kb的数据存储在s3中时,此数据在1天后存储在冰川中。 So in this case, using 256kb for a day in s3 and then store in glacier, I dont pay nothing for s3 and glacier? 因此,在这种情况下,在s3中一天使用256kb,然后存储在冰川中,我不为s3和冰川支付任何费用吗?

And also about Amazon S3 it says that we pay for get requests and for data transfer out from Amazon S3 To internet, If I acess for example a file inside my bucket from for example this link: https://s3.amazonaws.com/uploads/uploadedfiles/test/file.txt , it is a get request or data transfer out from Amazon S3 to internet?? 关于Amazon S3,它还说我们为获取请求和数据从Amazon S3到互联网的传输付费,例如,如果我从以下链接访问存储桶中的文件: https : //s3.amazonaws.com/ uploads / uploadedfiles / test / file.txt ,这是一个获取请求或数据从Amazon S3传输到互联网?

And just one more about dynamoDB, it says that first 25GB stored per month is free, it is always free? 还有关于dynamoDB的更多信息,它说每月存储的第一个25GB是免费的,它始终是免费的吗? Or it is just free for free tier? 还是免费的免费套餐?

S3 is free for 12 months for up to 5GB per month. S3免费提供12个月,每月最多5GB。
DynamoDB is 25GB per month for up to 12 months on the free tier. DynamoDB每月25GB,最多可免费使用12个月。
Glacier is not part of the free tier program. Glacier不是免费套餐的一部分。

If I access for example a file inside my bucket from for example this link: https://s3.amazonaws.com/uploads/uploadedfiles/test/file.txt , it is a get request or data transfer out from Amazon S3 to internet?? 例如,如果我通过以下链接访问存储桶中的文件: https : //s3.amazonaws.com/uploads/uploadedfiles/test/file.txt ,这是获取请求或数据从Amazon S3传输到互联网?? Blockquote 块引用

That is both a S3 GET request and a S3 data transfer out. 这既是S3 GET请求,又是S3数据输出。

AWS has each item and how much the FREE tier provides broken out on this page AWS具有每个项目,免费层在此页面上提供了多少

http://aws.amazon.com/free/faqs/ http://aws.amazon.com/free/faqs/
http://aws.amazon.com/free/ http://aws.amazon.com/free/

Using the calculator with 256kb will not give you realistic results. 使用256kb的计算器不会给您真实的结果。 That's like using a mortgage calculator on a $0.01 loan. 这就像在0.01美元的贷款上使用抵押贷款计算器一样。

Try using the AWS calculator http://calculator.s3.amazonaws.com/index.html with 3 GB at least. 尝试至少使用3 GB的AWS计算器http://calculator.s3.amazonaws.com/index.html Still with the AWS free tier you can do a lot for your first year and pay zero dollars to Amazon. 仍然使用AWS免费套餐,您在第一年就可以做很多事情,并向亚马逊支付零美元。

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

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