Some way to prevent DDos/Dos attacking to Web Service on AWS [closed]

若如初见. 提交于 2019-12-06 16:26:51

问题


I want to deploy my ASP.NET web service with EC2 on AWS. Is there any way to prevent DDos attacking?


回答1:


There are several dedicated DDOS prevention services out there. I would start with CloudFlare + Dome9 combination - both services have a free tier.

Cloudflare will act as the public end point/ DDOS mitigation front-end, while Dome9 will make sure no one bypass Cloudflare for your 80/443 ports, and will keep your private administrative ports (RDP) stealth.



来源:https://stackoverflow.com/questions/13210863/some-way-to-prevent-ddos-dos-attacking-to-web-service-on-aws

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!