SOA-C03 · Question #17
A company hosts an FTP server on EC2 instances. AWS Security Hub sends findings to Amazon EventBridge when the FTP port becomes publicly exposed in attached security groups. A CloudOps engineer…
The correct answer is D. Configure the existing EventBridge event to invoke an AWS Lambda function. Configure the. Per the AWS Cloud Operations and Security Automation documentation, Security Hub integrates with Amazon EventBridge to publish findings in real time. These events can trigger automated responses using AWS Lambda functions or AWS Systems Manager Automation runbooks. In this…
Question
A company hosts an FTP server on EC2 instances. AWS Security Hub sends findings to Amazon EventBridge when the FTP port becomes publicly exposed in attached security groups. A CloudOps engineer needs an automated, event-driven remediation solution to remove public access from security groups. Which solution will meet these requirements?
Options
- AConfigure the existing EventBridge event to stop the EC2 instances that have the exposed port.
- BCreate a cron job for the FTP server to invoke an AWS Lambda function. Configure the Lambda
- CCreate a cron job for the FTP server that invokes an AWS Lambda function. Configure the
- DConfigure the existing EventBridge event to invoke an AWS Lambda function. Configure the
How the community answered
(39 responses)- A15% (6)
- B5% (2)
- C8% (3)
- D72% (28)
Explanation
Per the AWS Cloud Operations and Security Automation documentation, Security Hub integrates with Amazon EventBridge to publish findings in real time. These events can trigger automated responses using AWS Lambda functions or AWS Systems Manager Automation runbooks. In this scenario, the correct CloudOps approach is to configure the existing EventBridge rule to invoke a Lambda function that inspects the event payload, identifies the affected security group, and removes the offending inbound rule (e.g., port 21 open to 0.0.0.0/0). This event-driven remediation provides continuous compliance and eliminates manual intervention. Cron jobs (Options B and C) contradict event-driven design and add operational overhead. Stopping instances (Option A) doesn't address the root cause -- the insecure security Thus, Option D aligns with AWS best practices for automated security remediation through EventBridge and Lambda.
Topics
Community Discussion
No community discussion yet for this question.