A social media company wants to protect its web application from common web exploits such as SQL injections and cross-site scripting.
Which AWS service will meet these requirements?
Amazon Inspector
AWS WAF
Amazon GuardDuty
Amazon CloudWatch
Explanations:
Amazon Inspector is designed to identify security vulnerabilities in EC2 instances, not web app exploits.
AWS WAF (Web Application Firewall) protects web applications from common web exploits like SQL injections and cross-site scripting.
Amazon GuardDuty detects threats by analyzing AWS account activity but does not protect against web exploits directly.
Amazon CloudWatch is primarily for monitoring and logging, not specifically for blocking or preventing web exploits.