> And since my amount is too large, they offer to discount to 5%, which means I still need to pay 5 thousand dollars. If they just reduce to 5% like that, it shows how disconnected this is from their real bandwidth cost. Really does feel like a scam.
Eh, I wouldn’t say that’s necessarily the case. AWS support, for example, tends to be really good about waiving charges for things that are clearly your mistake, like an unused instance that you forgot to turn off for a couple months. That’s not because hosting instances doesn’t actually cost Amazon anything! It’s because they want to keep you as a customer even if it loses them a bit of money right now. In the Netli…
Netlify just sent me a $104k bill for a simple static site
81–90 of 836 posts
Re: Netlify just sent me a $104k bill for a simple static site
#82More reasons why I avoid clouds with outrageous bandwidth fees, and prefer Hetzner's low cost fixed pricing with Cloudflare R2's 0 egress fees. Even if the DDoS wasn't caught by Cloudflare, the total cost for 192TB bandwidth on Hetzner would be €172. Although even after 10 years on Hetzner I've never paid for any bandwidth, always well within their generous 20TB free bandwidth.
They also likely drop any charges if you escalate via support in case it was actually DDOS. E.g if you normally have 100GB / month and now you magically have 50TB / day.
What Netlify does is a scam.
Re: Netlify just sent me a $104k bill for a simple static site
#83Put Cloudflare proxy in front of Netlify/Vercel deploys
If anyone figures out what your Netlify subdomain is, it's my understanding that they can DDoS you and there's nothing you can do about it.
Re: Netlify just sent me a $104k bill for a simple static site
#84Re: Netlify just sent me a $104k bill for a simple static site
#85The most bizarre thing is that this is a known issue that folks have asked them for ways to mitigate, to no avail. The reddit thread even links to an extremely weird dialogue where Netlify's response boils down to, "if you're hosting a small site that gets DDoS'd, don't." https://answers.netlify.com/t/limit-bandwidth-to-avoid-high-...
I don't understand why they won't just raise a 503 if the traffic exceeds the spend limit, or at the very least provide that as an option.
Re: Netlify just sent me a $104k bill for a simple static site
#86Earlier quoted context omitted.
Eh, I wouldn’t say that’s necessarily the case. AWS support, for example, tends to be really good about waiving charges for things that are clearly your mistake, like an unused instance that you forgot to turn off for a couple months. That’s not because hosting instances doesn’t actually cost Amazon anything! It’s because they want to keep you as a customer even if it loses them a bit of money right now. In the Netli…
That’s not because hosting instances doesn’t actually cost Amazon anything Except it doesn't cost them anything. The marginal cost of keeping your single instance running is $0 (unless they were 100% out of capacity and they could have sold that instance to someone else either at full price or spot price)
Re: Netlify just sent me a $104k bill for a simple static site
#87Any lawyer here can suggest if a class action suit is appropriate?
I would think (as a former lawyer with only passing familiarity with class actions) that 'typicality' would be the key question.
> to determine typicality the courts consider to what extent plaintiffs’ claims are markedly different or are generally the same (for instance arising from the same event or pattern) as those of other class members with respect to the relevant legal theory and factual circumstances of the case. [1]
The defendant would probably claim that each plaintiff's issues are quite unique. However, this prong is apparently not based on the typicality of the specific facts giving rise to the lawsuit, but rather the typicality of the nature of the claim or defense. And it's apparently hard to 'win' (defeat a class action) via this prong. [2]
1: https://www.bonalaw.com/insights/legal-resources/what-are-th...
2: https://california-business-lawyer-corporate-lawyer.com/clas...
Re: Netlify just sent me a $104k bill for a simple static site
#88Woof. I was considering kicking the tires on Netlify, but they are officially out of consideration now.
Doesn't make me feel great about Vercel either (which I was looking at)
Re: Netlify just sent me a $104k bill for a simple static site
#89Earlier quoted context omitted.
https://www.netlify.com/security/ sez “Active DDoS mitigation — Netlify monitors for traffic pattern anomalies and spikes, and effectively controls for them as needed” and now I'm curious about what that actually means .
It means that they will charge you 20k (a year's rent for me, no biggie) instead of 100k for your free website, or 5k if you got lucky.
Re: Netlify just sent me a $104k bill for a simple static site
#90So we're using Github Pages for static hosting and a $5 box from OVH now. Unmetered bandwidth, plenty resources for our purposes. Cheap enough, and we will never, EVER, have to worry about an attack like this. Well worth it imo.
Imo, serverless is great for internal jobs where you can control spending. For public facing things, you have to be a lot more careful.