- 최신
- 최다 투표
- 가장 많은 댓글
its primary purpose is not to mitigate large-scale DDoS attacks, especially volumetric attacks that can impact the availability of your application. AWS Network Firewall is designed to provide fine-grained control over network traffic, and it can be used to block specific IP addresses.
For Layer 7 DDoS protection, you can consider a combination of AWS Shield Advanced and AWS WAF (Web Application Firewall). AWS Shield Advanced provides DDoS protection at the network and transport layers (Layers 3 and 4). AWS WAF, on the other hand, offers Layer 7 protection by allowing you to create custom web access control rules based on various parameters such as IP addresses, HTTP headers, query strings, etc.
Hello.
For layer-7 protection for an API the recomended service is Web Application Firewall, WAF protection is improved when integrated with Shield Advanced.
For using WAF (L7) with Shield Standard (L3-4) I would suggest you check the WAF Security Automation solution that using WAF and integrating other serverless technologies has bot protection, https-flood prevention and ease use of block/allow ip-lists. Deployment is straight forward following the deployment guided and using CloudFormation
To read about Shield Advanced (L7 plus other features) protections with WAF you can look at this page.
Addingt to my response: There are several layers of protection you can use, Network Firewall is not designed for large DDoS as AWS Shield Advanced is pre-existing service for this purpose and has other important benefits as incident response team. Customers can take advantage of Shield Advanced even when choosing other firewall or perimeter protection solutions from recognized security partners.
While you can use Amazon Network Firewall (ANF) for IP blocking, be aware that it does have a per-AZ maximum capacity.
We would recommend using AWS WAF (with Cloudfront for optimum scale) as WAF is designed to deal with layer 7 HTTP Request Flood attacks, in particular:
- rate-based rules
- IPDDoSList rule within IPReputation rulegroup - created from IPs that have recently been seen participating at volume in L7 DDoS
- the L7 anti-DDoS managed rulegroup (included with Shield Advanced subscription) which detects and mitigates in single-digit seconds
The recommendation is because Network firewall does not have these features - AWS WAF does.

Hello, I appreciate your answer, however I don’t think it answers the question being asked. My question is specifically around the recommendation from the FAQ.