
Answer-first summary for fast verification
Answer: Deploy AWS WAF with web ACLs in front of the ALB.
The correct answer is A: Deploy AWS WAF with web ACLs in front of the ALB. AWS WAF (Web Application Firewall) is specifically designed to protect web applications from common web exploits, including SQL injection. By deploying AWS WAF and associating the appropriate web ACLs (Access Control Lists), you can effectively filter and monitor HTTP requests based on conditions that include IP addresses, HTTP headers, HTTP body, or custom URI strings. This targeted approach provides robust security measures to prevent SQL injection attacks. The other options (B, C, and D) do not offer comprehensive solutions specifically tuned for SQL injection prevention.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
How should a media company resolve an SQL injection vulnerability in its AWS-hosted website, which uses EC2 instances behind an ALB and an Aurora database?
A
Deploy AWS WAF with web ACLs in front of the ALB.
B
Configure an ALB listener rule to address SQL injection attempts.
C
Utilize AWS Shield Advanced for automatic SQL injection blocking.
D
Implement Amazon Inspector for automatic prevention of SQL injection.
No comments yet.