People mention Cloudflare. Google Cloud Armor is another option (we looked into both). A colleague was DDoS attacked and was able to move the service behind Cloud Armor in a few hours, effectively ending a ridiculous barrage of network requests. I think CA charges a minuscule amount per request, and can be capped with a fix monthly cost which limits the DDoS liability.
Ask HN: How to survive indefinite DDoS attack?
21–30 of 62 posts
Re: Ask HN: How to survive indefinite DDoS attack?
#22Pay couple of $ for Cloudflare be done with it. https://www.cloudflare.com/ddos/ Don't forget to have a fresh IP before doing the move so that your origin is unknown.
Re: Ask HN: How to survive indefinite DDoS attack?
#23Re: Ask HN: How to survive indefinite DDoS attack?
#24Re: Ask HN: How to survive indefinite DDoS attack?
#25Pay couple of $ for Cloudflare be done with it. https://www.cloudflare.com/ddos/ Don't forget to have a fresh IP before doing the move so that your origin is unknown.
ever since cloudflare went political and started kicking off customers for their opinions, i never touched that service and never will. and i have a very long memory. but alternatives are welcome.
Re: Ask HN: How to survive indefinite DDoS attack?
#26Assuming this is an API and not a website, my approach would be (other than just paying cloudflare to handle it). Application servers that aren't listed on DNS and their IPs kept secret. A _lot_ of proxy servers that take requests, check the auth, and forward the valid requests to the application servers. For invalid requests, just let them time out. If checking the auth is expensive enough to cause problems, require…
That's "building your own cloudflare". > Make it cheap to handle the DDOS traffic and expensive to generate the DDOS traffic The traffic is from compromised devices, so it's very cheap.
Re: Ask HN: How to survive indefinite DDoS attack?
#27Pay couple of $ for Cloudflare be done with it. https://www.cloudflare.com/ddos/ Don't forget to have a fresh IP before doing the move so that your origin is unknown.
You can also whitelist the cloudflare IP's and block all other traffic, that way the only traffic hitting your origin is through the proxy.
Re: Ask HN: How to survive indefinite DDoS attack?
#28People mention Cloudflare. Google Cloud Armor is another option (we looked into both). A colleague was DDoS attacked and was able to move the service behind Cloud Armor in a few hours, effectively ending a ridiculous barrage of network requests. I think CA charges a minuscule amount per request, and can be capped with a fix monthly cost which limits the DDoS liability.
but all how are all these services able to let in valid traffic? won't they simply cut me off altogether to protect my infrastructure at the cost of no access for my users?
This does mean occasional false positives.
Re: Ask HN: How to survive indefinite DDoS attack?
#29Earlier quoted context omitted.
I hate that this is the right answer. I hate that I use it too. I hate that I don't have time/cash to explore alternatives.
because alternatives usually cost several thousands $/months.. what has the internet become? Why not create blacklists (even on a timed basis) with the IPs to block at BGP level? and these blacklists managed by bodies, - okay they are bodies..., but at least they can be open foundations to which it is not mandatory to join (as in the case of cloudflare)- available to BGP backbones and routed on a network, castrate th…
Re: Ask HN: How to survive indefinite DDoS attack?
#30People mention Cloudflare. Google Cloud Armor is another option (we looked into both). A colleague was DDoS attacked and was able to move the service behind Cloud Armor in a few hours, effectively ending a ridiculous barrage of network requests. I think CA charges a minuscule amount per request, and can be capped with a fix monthly cost which limits the DDoS liability.
but all how are all these services able to let in valid traffic? won't they simply cut me off altogether to protect my infrastructure at the cost of no access for my users?