문제

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

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top