
Answer-first summary for fast verification
Answer: Configure AWS WAF with a rule group that specifically blocks SQL injection patterns.
AWS WAF allows for the creation of custom rules that can block requests containing patterns indicative of SQL injection attacks. This service is directly applied to web requests and is therefore the most effective in mitigating such attacks at the edge.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Consider a scenario where your application is experiencing a high rate of SQL injection attempts through web requests. Which AWS service would be most effective in mitigating these attempts, and how would you configure it?
A
Use Amazon GuardDuty to detect and alert on SQL injection attempts.
B
Configure AWS WAF with a rule group that specifically blocks SQL injection patterns.
C
Enable AWS Shield Advanced to block all suspicious incoming traffic.
D
Use Amazon CloudWatch to monitor and alert on unusual traffic patterns.
No comments yet.