Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Does AWS still not have a way to stop accidentally huge bills? How is this not intentionally negligent on Amazon's part at this stage?


If this scenario isn't a good reason for provisioning an internal 'cloud', either on-premise or co-location, I don't know what is.

AWS, Azure, and GC are horrendously expensive for what they are. Especially for long-lived services. They do have a use case but 99% of businesses just do not need it.

(queue up the downvotes.)


The fewer system parts running "if" statements in delivering your service, the better.

The use case of delivering the service to a consumer of the service happens all the time, the use case of "oh, I didn't understand how this works and foot-gunned" is relatively rare.

AWS can eat that cost less expensively than maintaining the "if" statements inline on every request.

The most reliable code is code you don't write at all.


You can run an awful lot of if statements in a microsecond these days.


At scale, every microsecond matters.

But it's less the CPU time, and more the complexity.


That depends entirely on if the microsecond is in the embarrassingly parallel part of the workload or in the sequential part.


What


But how can you do that in a way that makes logical sense?

Let's say you have 4 instances, a database, some storage. Every minute you have those things costs you money.

And how do you "stop" the bill? Delete everything? What if you need that data? Does it make sense to delete all your backups from the past year over $1?


> And how do you "stop" the bill? Delete everything? What if you need that data? Does it make sense to delete all your backups from the past year over $1?

What would you do if you were manually monitoring this and taking action yourself? Can't you code an approximation of that for common scenarios?

There must be a middle ground between no help and "delete all your data when you go over your bill limit by $1".




Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: