AWS Certified SysOps Administrator – Associate (legacy) — Question 670

A company that hosts a multi-tier ecommerce web application on AWS has been alerted to suspicious application traffic. The architecture consists of Amazon EC2 instances deployed across multiple Availability Zones behind an Application Load Balancer (ALB). After examining the instance logs, a SysOps administrator determines that the suspicious traffic is an attempted SQL injection attack.
What should the SysOps administrator do to prevent similar attacks?

Answer options

Correct answer: A

Explanation

AWS Shield Advanced provides comprehensive protection against sophisticated application-layer threats and includes AWS WAF at no additional cost to block attacks like SQL injection. By routing traffic through an Amazon CloudFront distribution with Shield Advanced enabled, the administrator can block SQL injection attempts at edge locations before they reach the ALB. Other tools like Amazon GuardDuty and Amazon Inspector are primarily detective or vulnerability assessment services and do not provide inline, real-time blocking of SQL injection traffic.