Earlier 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
Netlify just sent me a $104k bill for a simple static site
631–640 of 836 posts
Re: Netlify just sent me a $104k bill for a simple static site
#632The 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-...
To some extent, that answer is fair enough, assuming they make this clear up front. If their service is "we'll keep your site up no matter what, for a price" that's a fine service to offer. It's not what the vast majority of people want, of course. If their advertising is targeted to small businesses and individuals who could never afford this type of service, they could be guilty of false advertising, at least moral…
Re: Netlify just sent me a $104k bill for a simple static site
#633Earlier quoted context omitted.
I’ve been a netlify user since 2017 and I just deleted all my sites. I can’t risk receiving a $100k bill for toy projects. Your “current policy” is not good enough.
Same. Toy project and it’s not worth the risk of using netlify. What’s a good, simple alternative for a VueJS app?
I'm not sure about VueJS specifically, but I run everything I can off a $6/m digital ocean droplet (static sites, web apps, git repos, RDBMS, some other custom apps I've written) and it hasn't broken a sweat yet[1].
My understanding used to be that requests will be dropped if my virtual server can't handle it, and I'll have to transfer 10,000TB to get to a $100,000 bill.
In practice, my server will not physically handle the load to serve more than maybe $1000 of data a month; it will fall over before that.
In summary, using a VPS is sorta like an instant hard cap.
[1] Until I tried using Jenkins. Which crashed constantly because apparently 512GB of RAM is too little for what it does. I'm now in the process of writing my own little CD tool that isn't going to go over 30MB of RAM just to run my deployment scripts.
Re: Netlify just sent me a $104k bill for a simple static site
#634Earlier quoted context omitted.
Any cloud platform should have a spend-stop amount built in. i.e. if I know I average $10 a day, I should be able to put in a "If it hits $50, email me and take it offline". Of course the opposite problem is then people setting that limit too low but since the user defines the limit that's on them not you. This is one of the reasons I still in 2024 rent physical boxes and run the modern stuff on top of them directly,…
We did this at DigitalOcean for similar reasons, wasn't a feature that was commonly used. Additionally, when you set that limit people then get upset because usually when they go over it for a good reason, like going viral, they aren't anticipating it, and just when their traffic is most valuable the site is down. What Netlify is doing here is really the best approach for both parties. And typically speaking a $104k…
Like let them go over one month and then make them sign up for a paid plan for the next.
Re: Netlify just sent me a $104k bill for a simple static site
#635Earlier quoted context omitted.
I hope this is not one of the cases that get simply forgotten and in a week or two their beginner unfriendly platform gets recommended again without a second thought. With models like this and AWS people will get afraid of success
I think fly/netlify/vercel/render etc. get a decent enough flak on here for costs and/or reliability. The average HNer seems to be recommending colocating your physical server :-)
Re: Netlify just sent me a $104k bill for a simple static site
#636Re: Netlify just sent me a $104k bill for a simple static site
#637Earlier quoted context omitted.
Any cheap VPS and nginx should work for 99% of their customer base I guess. If you want easy deploy for static or dynamic just use git hooks.
I've run all of my hobby projects, including personal web pages, a Wordpress site that serves a local club, a small single-JS web app, and E-mail hosting for my family and a few other domains, on a single $5/mo VPS, and have never received a bill higher than $5 for the past, I don't know... 15 years. If your web site makes you money in proportion to the amount of views or bandwidth you use, by all means, go with a pr…
I've been on a $25 instance for years for all my sites, which worked as well.
Re: Netlify just sent me a $104k bill for a simple static site
#638Earlier quoted context omitted.
Hetzner will just null route your server if you’re DDoS’d.
Which is vastly preferable to a thousand dollar bill (not to mention a hundred thousand dollar bill) for most websites.
Re: Netlify just sent me a $104k bill for a simple static site
#639I assume Docker + something is most popular, but what something? Does terraform work sanely for cheap virtual hosting? Ansible? I don't want to manually install any more stuff than the minimum I can get away with!
Re: Netlify just sent me a $104k bill for a simple static site
#640Netlify CEO here. Our support team has reached out to the user from the thread to let them know they're not getting charged for this. It's currently our policy to not shut down free sites during traffic spikes that doesn't match attack patterns, but instead forgiving any bills from legitimate mistakes after the fact. Apologies that this didn't come through in the initial support reply.
This large bill doesn’t look like a legitimate mistake, it looks like everything worked as intended until things got escalated via Hacker News.