
Ultimate access to all questions.
A retail company has recently migrated its website to AWS. The company wants to ensure that it is protected from SQL injection attacks. The website uses an Application Load Balancer to distribute traffic to multiple Amazon EC2 instances. Which AWS service or feature can be used to create a custom rule that blocks SQL injection attacks?
Explanation:
AWS WAF (Web Application Firewall) is the correct answer because:
Why other options are incorrect:
AWS WAF provides granular control over web traffic and can be configured with managed rule sets from AWS Marketplace or custom rules to specifically target SQL injection vulnerabilities.