WAF (Web Application Firewall)

aws/security aws/networking aws/service

💡 Definition

AWS WAF is a web application firewall that helps protect your web applications or APIs from common web exploits that may affect availability, compromise security, or consume excessive resources.

🔑 Key Concepts

⚙️ How it Works

WAF intercepts web requests before they reach your web application. It evaluates each request against your configured rules. If a request matches a "block" rule, it's denied. If it matches an "allow" rule, it's passed through.

🎯 Use Cases

💰 Pricing Model

📝 Exam Tips (CLF-C02)


See Also: * Shield * CloudFront * Load Balancer * API Gateway