AWS DDOS
Last updated
Last updated
AWS provides robust measures to mitigate DDoS attacks that aim to disrupt service availability.
UDP Flood:
Overwhelms servers with a high volume of UDP packets, consuming bandwidth and server resources.
TCP Flood:
Exhausts server connections by sending a large number of incomplete TCP handshake requests. This can be mitigated using security groups, Network ACLs & AWS Shield
Slowloris Attack:
Holds connections open by sending partial requests, preventing the server from accepting new ones. This can be mitigated using AWS Load Balancer
AWS Shield Standard:
Automatic protection against common, low-complexity DDoS attacks.
Built into AWS services at no additional cost.
AWS Shield Advanced:
Enhanced DDoS protection for applications hosted on AWS.
Features:
Detailed attack diagnostics.
Cost protection against attack-related usage spikes.
24/7 support from the DDoS Response Team (DRT).
AWS Shield, combined with other AWS security services, helps maintain application availability even during DDoS attacks.