|
|
|
|
|
by newaccount74
1498 days ago
|
|
> You don't need to add new data to an S3 bucket to get a bill every month because the existing data accrues charges. Yes, but it's pretty predictable. Once there's enough data in your bucket that the monthly cost would go over the limit, just stop accepting new data. Nobody cares if the spending limit is accurate to the cent. What people care about is not being surprised by huge invoices. > The billing scheme is very transparent and friendly by being pay-as-you-go. Have you looked at eg. the glacier pricing scheme, or at lambda pricing? It's almost impossible to know how much it's going to cost you ahead of time. The only thing you know is that if you happen to use it differently than anticipated, it's going to be expensive. |
|
It quite literally isn't, otherwise there would be no billing surprises in the first place. Your entire argument about predictability is counter to the problem of unpredictable charges.
> "just stop accepting new data"
This is still effectively data loss and a major problem in production. Customers would rather negotiate a bill than lose data.
> "Nobody cares if the spending limit is accurate to the cent. What people care about is not being surprised by huge invoices."
Then it's a soft-cap, and if that's all you want then you already have billing alarms. Otherwise what's the buffer amount? What overage is acceptable? Is there a real hard cap? What if that's reached? You didn't actually provide any solution here.
> "the glacier pricing scheme, or at lambda pricing ... It's almost impossible to know how much it's going to cost you ahead of time."
How so? AWS is completely transparent about pricing. The calculations for it might be hard, but that's an entirely different issue. There are plenty of tools you can use if you don't want to do it yourself, however this is another logically incongruent point where you claim billing is easy enough to calculate and predict accurately for caps yet simultaneously hard enough that it's "almost impossible".