
Ultimate access to all questions.
A company notices suspicious network activity against an application that is running on a fleet of Amazon EC2 instances. The suspicious activity is coming from a single IP address.
Which AWS service should the company use to block access from this IP address?
Explanation:
AWS WAF (Web Application Firewall) is the correct choice among the given options because:
Why the other options are incorrect:
Important Note: In real-world scenarios, for general EC2 instance traffic blocking (not just web traffic), Security Groups or Network ACLs would be more appropriate solutions. However, among the given options, AWS WAF is the most relevant service that can block specific IP addresses when properly configured.