What happens if a DDOS attack hits Windows Azure Web Sites? [closed]
Asked Answered
G

1

23

I am just thinking of moving a website from a VPS to Windows Azure Web Sites. After doing a load test, I accidentally took down my test website, using around 30MB over the daily bandwidth.

This made me wonder what would happen if my website was suddenly hit by a DDOS attack? I'm pretty sure everything would max out the daily and hourly limits in no time, even worse, redirecting all the users to the azure over limit notification.

Is there anything that can be done about that? I know the daily bandwidth limit will be harder to reach after I put all the images on a CDN, but I'm afraid what would happen if there's a spike or something.

Sorry for such an answer with no head and tail. I hope you guys will understand.

Gynophore answered 7/12, 2012 at 21:22 Comment(2)
While not Azure specific the excellent CloudFlare can actually do a lot to keep a site online in the face of a DDOS attack (and keep your Azure bill down in the process)Scare
I also use cloudflare, but find it incredibly slow for dynamic sites (great for static content). I only turn it on if I catch an attack in progress.Nonet
K
15

Windows Azure has built-in load balancers that will stave off most (if not all) DOS type attacks. The truth is, Microsoft is very hush-hush on the specifics of how their load balancers protect against malicious attacks (as they should be).

An added benefit to hosting your applications in the cloud is that you can take advantage of auto-scaling when you get heavy loads (malicious or otherwise) so your site won't go down.

You might want to check out the Security Best Practices For Developing Windows Azure Applications document for more information on this.

Kalagher answered 7/12, 2012 at 21:35 Comment(3)
I was able to find an article that said Microsoft will refund you some amount if you had to scale in response to a DDOS attach, though this is just a quote not an official statement.Scare
Sure, that is true for low level DDOS but Azure doesn't do DDOS protection for "web requests". They expect customers to protect that themselves.Queenstown
Yes but what about charges? If you're scaling up it's going to cost you.Cochineal

© 2022 - 2024 — McMap. All rights reserved.