AWS Certified Security – Specialty — Question 355

A company has deployed Amazon GuardDuty and now wants to implement automation for potential threats. The company has decided to start with RDP brute force attacks that come from Amazon EC2 instances in the company’s AWS environment. A security engineer needs to implement a solution that blocks the detected communication from a suspicious instance until investigation and potential remediation can occur.

Which solution will meet these requirements?

Answer options

Correct answer: C

Explanation

Integrating AWS Security Hub with GuardDuty allows for centralized security alerts, which can then trigger Amazon EventBridge to run an AWS Lambda function. This Lambda function can programmatically update AWS Network Firewall policies to block traffic to and from the suspicious instance, effectively neutralizing the threat. Other options are incorrect because AWS WAF is designed for HTTP/HTTPS traffic rather than RDP, and Kinesis Data Analytics is unnecessarily complex for this automation scenario.