Medium1 markMultiple Choice
Domain 1.2: Secure WorkloadsSecuritySecurity HubEventBridge

AWS SAA-C03 · Question 14 · Domain 1.2: Secure Workloads

A company is using AWS Security Hub to aggregate security alerts. They want to automatically remediate specific findings, such as open SSH ports on security groups, without manual intervention. What is the MOST operationally efficient way to do this?

Answer options:

A.

Write a custom script on an EC2 instance that polls the Security Hub API every minute.

B.

Use Amazon EventBridge rules to trigger an AWS Lambda function when Security Hub emits a specific finding.

C.

Configure AWS WAF to automatically close the ports.

D.

Use AWS Systems Manager Patch Manager to close the ports.

How to approach this question

Look for event-driven automation. EventBridge + Lambda is the standard pattern for automated remediation in AWS.

Full Answer

B.Use Amazon EventBridge rules to trigger an AWS Lambda function when Security Hub emits a specific finding.✓ Correct
Use Amazon EventBridge rules to trigger an AWS Lambda function when Security Hub emits a specific finding.
Security Hub sends findings to EventBridge. You can create EventBridge rules that trigger Lambda functions or Systems Manager Automation documents to automatically remediate issues.

Common mistakes

Choosing polling mechanisms which are not operationally efficient.

Practice the full AWS SAA-C03 Practice Exam 7

65 questions · hints · full answers · grading

More questions from this exam