Reputation: 433
Im studing aws pricing and I have some doubts.
About Amazon S3, it says that we pay $0.03 per gb per month. 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. 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. So in this case, using 256kb for a day in s3 and then store in glacier, I dont pay nothing for s3 and glacier?
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??
And just one more about dynamoDB, it says that first 25GB stored per month is free, it is always free? Or it is just free for free tier?
Upvotes: 0
Views: 523
Reputation: 3005
S3 is free for 12 months for up to 5GB per month.
DynamoDB is 25GB per month for up to 12 months on the free tier.
Glacier is not part of the free tier program.
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?? Blockquote
That is both a S3 GET request and a S3 data transfer out.
AWS has each item and how much the FREE tier provides broken out on this page
http://aws.amazon.com/free/faqs/
http://aws.amazon.com/free/
Using the calculator with 256kb will not give you realistic results. That's like using a mortgage calculator on a $0.01 loan.
Try using the AWS calculator http://calculator.s3.amazonaws.com/index.html with 3 GB at least. Still with the AWS free tier you can do a lot for your first year and pay zero dollars to Amazon.
Upvotes: 2