Security, Identity & Compliance
AWS WAF
Web application firewall for CloudFront, ALB, API Gateway.
Official docsOverview
WAF filters HTTP(S) requests using managed and custom rules (rate limiting, geo, SQLi/XSS, bot control).
When to use it
- Protect public endpoints
- Layer-7 DDoS mitigation
- OWASP Top 10 baseline
Setup
- Create Web ACL → attach managed rule groups (AWSManagedRulesCommonRuleSet).
- Associate with CloudFront/ALB.
How to use
Sampled requests
Use the WAF console to inspect sampled requests to tune rules.
QA use cases
- Run negative security tests (SQLi/XSS payloads) and assert WAF blocks them with 403.
