AWS Best Practices for DDoS Resiliency [pdf]
d0.awsstatic.com
AWS Best Practices for DDoS Resiliency [pdf]
1–10 of 47 posts
Re: AWS Best Practices for DDoS Resiliency [pdf]
#2Re: AWS Best Practices for DDoS Resiliency [pdf]
#3Attempting to outscale a DDOS (the primary mitigation method presented by Amazon) is going to DDOS your bank account. Personally, I'd rather see some more recommendations along the lines of the "VPC can minimize potential attack surfaces".
Re: AWS Best Practices for DDoS Resiliency [pdf]
#4Most of AWS advices (like autoscaling) will help only a bit, but can cost a lot (lots of ec2 machines serving bogus requests).
Re: AWS Best Practices for DDoS Resiliency [pdf]
#5Re: AWS Best Practices for DDoS Resiliency [pdf]
#6So, basically, pull out the pocketbook and we'll hook up our vacuum to it. Attempting to outscale a DDOS (the primary mitigation method presented by Amazon) is going to DDOS your bank account. Personally, I'd rather see some more recommendations along the lines of the "VPC can minimize potential attack surfaces".
Re: AWS Best Practices for DDoS Resiliency [pdf]
#7Re: AWS Best Practices for DDoS Resiliency [pdf]
#8Trying to outscale a large DDOS doesn't often work. Don't worry though, amazon's happy to help let you try to pay for it!
Re: AWS Best Practices for DDoS Resiliency [pdf]
#9Re: AWS Best Practices for DDoS Resiliency [pdf]
#10I'm still a believer in the value of dial-up, leased lines, satellite, or radio for aiding security. You still have to apply protection to them but don't have whole Internet coming after you with protocols that aid attackers more than defenders. My method is typically to obfuscate identifiers for Internet services and use methods like authentication at packet level (eg port-knocking or VPN). The configuration details are sent over the non-Internet medium. Even dial-up can move basic credentials and some I.P. addresses quickly. Don't need to do it often, either. If you hide it (eg SILENTKNOCK), attackers start getting pretty pissed and desperate wondering why not a single packet gets through.
This method is primarily for intranet sites, though. Web sites or apps facing the public naturally are at high risk. Best to just use Cloudfare or a similar service along with hiring good security folks.