A public permits website is seeing SQL injection style attempts in HTTP requests. Which AWS service is designed to filter those Layer 7 web exploits?
Select an answer to reveal the explanation.
Short Explanation
SQL injection rides in through web requests — WAF is the bouncer at the application door that checks those HTTP patterns and blocks the nasty ones. Think web exploit filter, not a disk encryption switch.
Full Explanation
AWS WAF is a web application firewall that filters HTTP/HTTPS requests based on rules to help block common exploits such as SQL injection and cross-site scripting. It operates at the application layer and is commonly associated with CloudFront, Application Load Balancer, or API Gateway integrations at a high level. It is distinct from storage encryption or offline transfer devices.