Earlier quoted context omitted.
I'm hesitant to use "fancy" cloud service/hosting providers for reasons like this. 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.
Playing ”devil’s” advocate: tracking spend in real-time is not trivial. It adds complexity to stack. Bugs in the feature can cause sites to go down (for long time) without a reason. Larger online businesses likely rather sort out the problems later than risk shutting down in the middle of unexpected success. (But I also would like to see this feature)
Netlify just sent me a $104k bill for a simple static site
211–220 of 836 posts
Re: Netlify just sent me a $104k bill for a simple static site
#212Earlier quoted context omitted.
I'm hesitant to use "fancy" cloud service/hosting providers for reasons like this. 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.
Playing ”devil’s” advocate: tracking spend in real-time is not trivial. It adds complexity to stack. Bugs in the feature can cause sites to go down (for long time) without a reason. Larger online businesses likely rather sort out the problems later than risk shutting down in the middle of unexpected success. (But I also would like to see this feature)
So it would be trivial for me to poll their budget API for an alert, and immediatly trigger a shutdown of my Cloudfront service. Why can't they do that for me?
Re: Netlify just sent me a $104k bill for a simple static site
#213This is my worst nightmare as a bootstrapped founder. And that there's no way to put a limit on spend is ridiculous. Someone that doesn't want me to do well can simply ddos me into bankruptcy out of nowhere. Just went through Vercel's docs: --- "Vercel helps to mitigate against L3 and L4 DDoS attacks at the platform level. Usage will be incurred for requests that are successfully served prior to us automatically miti…
> Cloudflare's ddos protection Yeah, we got hammered once with over 10TB/mo and noped out of Netlify as fast as we could: https://twitter.com/rethinkdns/status/1370342245841342466 Had to pay the bill in full. Cloudflare's free tier is ridiculous: We do over 30TB+ of genuine traffic for $0. Makes it hard to move to any other platform. As a small tech shop, this is my Hotel California I'm happy to never leave.
Re: Netlify just sent me a $104k bill for a simple static site
#214Earlier quoted context omitted.
I guess we need regulation for this.
Or, rather than creating more regulations, people could read the contracts they agree to when they get service, and use a competitor if they don't like it
Re: Netlify just sent me a $104k bill for a simple static site
#215There's no way in hell anyone should ever under any circumstance use a free service that might, for reasons entirely outside your control, suddenly bill you 5k, or 104k... or any non trivial amount really. Just suspend service on excessive overages...
Yeah. Elsewhere in these comments there's a link to a support thread[0] where Netlify support essentially says you shouldn't ever need an option to suspend your site at a certain point because: #1. If you think there's any chance of getting DDoSd, you should already be on a business plan instead of a starter tier. #2. If you think there's any chance of your site going viral, you're going to want to pay the cost anywa…
Re: Netlify just sent me a $104k bill for a simple static site
#216Re: Netlify just sent me a $104k bill for a simple static site
#217Earlier quoted context omitted.
You typically can't replace Netlify with Cloudflare. You need something like Github actions with some storage, S3 or something and then one can put Cloudflare in front of it all for caching, DDOS protection and so on.
I believe you can replace most cases (static sites) with Cloudflare Workers [1]. [1] https://workers.cloudflare.com/
Re: Netlify just sent me a $104k bill for a simple static site
#218I recently rewrote a website/small backend API for a non-profit organization. I could've gone with a serverless architecture for our forms handling API and reduced spending to nearly the free tier, but I had no good way to protect against a scenario like this. There was just not good enough documentation about how to completely cut off spending in the scenario of an attack, and I wasn't comfortable leaving the organi…
I am confused. Why couldn’t GitHub Pages suffer a DDOS attack? Also they don’t want you using them for business purposes: https://docs.github.com/en/pages/getting-started-with-github...
Arguably a non-profit (unless it was selling stuff from the site, which is unlikely) would be exempt from their list of prohibitions.
Re: Netlify just sent me a $104k bill for a simple static site
#219Earlier quoted context omitted.
> Cloudflare's ddos protection Yeah, we got hammered once with over 10TB/mo and noped out of Netlify as fast as we could: https://twitter.com/rethinkdns/status/1370342245841342466 Had to pay the bill in full. Cloudflare's free tier is ridiculous: We do over 30TB+ of genuine traffic for $0. Makes it hard to move to any other platform. As a small tech shop, this is my Hotel California I'm happy to never leave.
That’s a free tier that doesn’t sound sustainable then, so that raises alarm bells to me.
Re: Netlify just sent me a $104k bill for a simple static site
#220Earlier quoted context omitted.
> Cloudflare's ddos protection Yeah, we got hammered once with over 10TB/mo and noped out of Netlify as fast as we could: https://twitter.com/rethinkdns/status/1370342245841342466 Had to pay the bill in full. Cloudflare's free tier is ridiculous: We do over 30TB+ of genuine traffic for $0. Makes it hard to move to any other platform. As a small tech shop, this is my Hotel California I'm happy to never leave.
That’s a free tier that doesn’t sound sustainable then, so that raises alarm bells to me.