Earlier quoted context omitted.
This was my thought as well. What other kinds of businesses or services let you run up a bill of tens of thousands of dollars and then say, "Ok, you made a mistake, you can take it back"? Any educated guesses on what this compute might actually cost Google? I assume they're able to do this because the fixed costs have mostly been paid for already and the marginal cost of the electricity, system wear, and bandwidth ar…
It would cost them dollars. An IPhone costs < $100 to make. Obviously there's a development cost to it all. it's also easy to suggest that there's probably a feature missing atm :D
Google Cloud: $72,000 bill overnight
91–98 of 98 posts
Re: Google Cloud: $72,000 bill overnight
#92I have seen similar stories with AWS. It’s somewhat shocking to me that there’s no way to ask to get cut off above some dollar limit. Is every customer risking unbounded liability?
Billing is traditionally not built into critical paths, but on async or even batch processing of logs from those systems. I doubt any system at Amazon really knows what you’ve spent until after the fact.
Re: Google Cloud: $72,000 bill overnight
#93I have seen similar stories with AWS. It’s somewhat shocking to me that there’s no way to ask to get cut off above some dollar limit. Is every customer risking unbounded liability?
Dollar limits don't make sense for companies because you can't predict which parts of your infrastructure would get shutdown first. Hobbyists don't mind if everything is turned off but they would still want to keep the stored data. There would still be an opportunity to be overcharged on storage even with a dollar limit. However, setting usage limits would be a solution for both companies and hobbyists. AWS could the…
But to be honest, it’s somewhat surprising that companies are willing to take on the risk of unbounded financial liability if someone makes a mistake.
Re: Google Cloud: $72,000 bill overnight
#94Earlier quoted context omitted.
Next time don't ring, write and email. I've worked in financial sales. What's in the contract counts more than anything anyone ever says.
But is an email that says you only pay for the minutes counts as an contract?
Re: Google Cloud: $72,000 bill overnight
#95This happened to me with Linkedin advertising, where my budget of a couple hundred dollars got re-charged to my card up to a couple thousand dollars without notifications. They handled all the complaints not in email, but their web based interface, and memory holed their commitment to refunding me the money after multiple back and forths. This isn't a mistake, the design is their business model. While we don't have a…
Re: Google Cloud: $72,000 bill overnight
#96Earlier quoted context omitted.
This person used a new IP address for every single request, so that won’t work. And that’s a growing trend.
I'd assume they use 1000 distinct IPs because the system scaled to 1000 instances and presumably many of them came from related IPs. So it makes IP banning considerably harder, but not impossible.
Re: Google Cloud: $72,000 bill overnight
#97Earlier quoted context omitted.
There are other costs which can scale pretty high. The overpriced outgoing traffic is one. Certain APIs also charge per request or traffic. The S3 object storage is one example, databases like Firebase another. I believe most of the costs the OP incurred came from firebase and not the 1000 Cloud Run instances.
again. the comparison needs to be apples to apples. it's true that outbound traffic does cost (and in theory if you do a lot of traffic), but the budget instances don't have that much bandwidth to start with. Also if you have a huge amount of traffic depending on what you do you might be better off with S3+cloudfront
Re: Google Cloud: $72,000 bill overnight
#98Earlier quoted context omitted.
I'd assume they use 1000 distinct IPs because the system scaled to 1000 instances and presumably many of them came from related IPs. So it makes IP banning considerably harder, but not impossible.
More importantly, any reasonable IP-based approach would have a lot of false positives. What if there’s an RSS service like Feedly running on the same cloud?