Earlier quoted context omitted.
I have never in 9 years working with AWS - four at product companies as the architect, 3.5 at AWS itself working in the Professional Services department and the last two working at 3rd party companies - ever heard or read about anyone either on a personal project or a large organization not be able to get a refund or in the case of a large org, sometimes a credit from AWS when they made a mistake that was costly to t…
https://medium.com/%40akshay.kannan.email/amazon-is-refusing... https://www.reddit.com/r/aws/comments/rm8t2j/any_experience_...
Serverless Horrors
401–410 of 503 posts
Re: Serverless Horrors
#402Earlier quoted context omitted.
Suppose you’re going over the billing cap based on your storage consumption, how would AWS stop the continued consumption without deleting storage?
Why would they need to delete storage, they could just not accept past the cap.
EBS is billed by the second (with a one minute minimum, I think).
Once a customer hits their billing cap, either AWS has to give away that storage, have the bill continue to increase, or destroy user data.
Re: Serverless Horrors
#403Earlier quoted context omitted.
I have never in 9 years working with AWS - four at product companies as the architect, 3.5 at AWS itself working in the Professional Services department and the last two working at 3rd party companies - ever heard or read about anyone either on a personal project or a large organization not be able to get a refund or in the case of a large org, sometimes a credit from AWS when they made a mistake that was costly to t…
I assume you have seen many casual instances of cost overrun in that time. I'm sure you've also seen instances where an extra $10k flies out the door to AWS and people think "no big deal, that one was on us." This world doesn't have to exist. Even if AWS has a policy of always refunding people for a big oopsie, the fact that you have seen so many big ones suggests that you have also seen a lot of little ones. By the…
Re: Serverless Horrors
#404If you get a dedi on a 10Gb/s guaranteed port and it works out to more than $3 / TB, you're probably getting scammed. How does "serverless" justify 150x that? Are people hosting some silly projects really dense enough to fall for that kind of pricing?
Just get a $10 VPS somewhere or throw stuff on GH pages. Your video game wiki/technical documentation/blog will be fine on there and - with some competent setup - still be ready for 10k concurrent users you'll never have.
Re: Serverless Horrors
#405Earlier quoted context omitted.
How about spending caps / circuit breakers? Doesn't seem an unsolveable problem to me.
Then you’re the person who took down their small business when they were doing well. At AWS I’d consistently have customers who’d architected horrendously who wanted us to cover their 7/8 figure “losses” when something worked entirely as advertised. Small businesses often don’t know what they want, other than not being responsible for their mistakes.
Re: Serverless Horrors
#406Earlier quoted context omitted.
The circuit breaker doesn’t need to be 100% accurate. The detection just needs to be quick enough that the excess operating cost incurred by the delay is negligible for Amazon. That shouldn’t really be rocket science.
We're talking about a $2.5T company. Literally every example in this thread is already negligible to Amazon already without circuit breakers. Implementing that functionality across AWS would cost orders of magnitude more than just simply refunding random $100k charges.
If it were highly profitable for them to implement some form of budget cap cutoffs, they would! It's obvious it's not a game they are interested in.
Re: Serverless Horrors
#407Earlier quoted context omitted.
The solution is simple: budget caps.
Is it simple? So what happens when you hit the cap, does AWS delete the resources that are incurring the cost and destroy your app? Imagine the horror stories on Hacker News that would generate.
Re: Serverless Horrors
#408Earlier quoted context omitted.
The solution is simple: budget caps.
Is it simple? So what happens when you hit the cap, does AWS delete the resources that are incurring the cost and destroy your app? Imagine the horror stories on Hacker News that would generate.
Set it up so that machines are deleted, but EBS volumes remain. S3 bucket is locked-out but data is safe.
Re: Serverless Horrors
#409Earlier quoted context omitted.
How would you resolve the situation where ongoing storage costs cause the limit (whatever it is) to be exceeded?
I wouldn't. I've explained what I want.
Just saying that there should be a limit is not an explanation.
Re: Serverless Horrors
#410Earlier quoted context omitted.
I assume you have seen many casual instances of cost overrun in that time. I'm sure you've also seen instances where an extra $10k flies out the door to AWS and people think "no big deal, that one was on us." This world doesn't have to exist. Even if AWS has a policy of always refunding people for a big oopsie, the fact that you have seen so many big ones suggests that you have also seen a lot of little ones. By the…
Yes and I’ve also seen bad on prem build outs, bad hires, bad initiatives, proof of concepts that didn’t go anywhere, etc