How to See S3 Bucket Storage Types and Storage Costs
11–20 of 21 posts
Re: How to See S3 Bucket Storage Types and Storage Costs
#12Understanding cloud costs is an area Infracost (YC 2021) is working on. Give it a Terraform script and it will calculate the dollar cost; it can also diff costs in a CI pipeline: https://www.infracost.io/
Love the site and the upfront screenshots.
Re: How to See S3 Bucket Storage Types and Storage Costs
#13Re: How to See S3 Bucket Storage Types and Storage Costs
#14Re: How to See S3 Bucket Storage Types and Storage Costs
#15Understanding cloud costs is an area Infracost (YC 2021) is working on. Give it a Terraform script and it will calculate the dollar cost; it can also diff costs in a CI pipeline: https://www.infracost.io/
That’s neat. Looks like you’ve been around for a while already and are a late stage participant in YC? Love the site and the upfront screenshots.
Re: How to See S3 Bucket Storage Types and Storage Costs
#16It's surprising to me that cloud compute vendors make billing so complicated that a whole cottage industry of viable (?) businesses exists just to help you decipher spending.
Sure, to be assigned an SA you’ve got to be above a certain spend threshold but still it’s a pleasant experience.
Re: How to See S3 Bucket Storage Types and Storage Costs
#17Advice to clouds: Please simplify your costing structure for the small guys. It should be easy to understand and calculate. Per hour units are infuriating as well, it’s meaningless to people. If my lawyer charged me by seconds, I would have no intuitive understanding of costs until I pull out lawyercalculator.com. Billing can still happen in microunits. I’m sure they know though and this is a deliberate obfuscation t…
Re: How to See S3 Bucket Storage Types and Storage Costs
#18Worth noting that reduced redundancy costs more than standard. Amazon don’t want you to use this storage class.
Seems to be largely replaced by One Zone - Infrequent Access https://aws.amazon.com/about-aws/whats-new/2018/04/announcin...
Re: How to See S3 Bucket Storage Types and Storage Costs
#19Advice to clouds: Please simplify your costing structure for the small guys. It should be easy to understand and calculate. Per hour units are infuriating as well, it’s meaningless to people. If my lawyer charged me by seconds, I would have no intuitive understanding of costs until I pull out lawyercalculator.com. Billing can still happen in microunits. I’m sure they know though and this is a deliberate obfuscation t…
I don't think so. AWS is still very much in "we want to get as many people onto our platform as possible" mode, not "milk every cent possible out of existing customers" mode (yet). AWS account managers and solutions architects will go to great lengths to help you reduce your costs (and are actually incentivized to do so), because making you happy with AWS and recommend it to others is their top priority above all else. The docs may be confusing, but if you ever have any interaction with their enterprise account teams, you'll find that obfuscation could not be farther from their intentions.
The fact that S3 pricing isn't simple is just an unfortunate side effect of market segmentation taken to an extreme. And in some ways, it's a good thing. The current pricing structure allows people that have different use cases to only pay for what they need: someone using S3 for storage but not making a lot of requests will only pay for storage, while someone using S3 to store relatively little but accessing it often will only pay for accessing it, etc. If pricing were to be simplified, you would lose that ability to segment, which would be a huge loss.
I do think there is room for something like a Lightsail version of S3, where you just pay a flat fee per month for a certain GB and bandwidth allocation. But I think that should be a separate product or S3 storage class, not replace the current pricing.
Re: How to See S3 Bucket Storage Types and Storage Costs
#20Understanding cloud costs is an area Infracost (YC 2021) is working on. Give it a Terraform script and it will calculate the dollar cost; it can also diff costs in a CI pipeline: https://www.infracost.io/
As with all cost estimation tools, the projection is only as accurate as my usage projection -- but a nifty CLI and/or CI integration sure beats having to deal with AWS price sheets!