
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:
While AWS WAF is primarily designed for web application layer protection, it is the most appropriate choice among the given options for blocking access from a specific IP address in this scenario.
In real-world scenarios, the most direct solution would be to modify Security Groups or Network ACLs to block the IP address at the network level. However, since these are not among the options provided, AWS WAF is the best available choice for application-level IP blocking in a certification context.