
Answer-first summary for fast verification
Answer: EventBridge detects the alert, triggers Lambda to analyze traffic, and Step Functions orchestrates mitigation strategies.
In this scenario, Amazon EventBridge would be configured to detect the security alert. It would then trigger an AWS Lambda function to analyze the incoming traffic for signs of a DDoS attack. AWS Step Functions would be used to orchestrate the sequence of mitigation strategies, such as scaling resources or blocking malicious IPs, ensuring a coordinated and automated response.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Describe how you would use AWS Lambda, AWS Step Functions, and Amazon EventBridge to automate the response to a security alert indicating a potential DDoS attack. Include the sequence of events and the actions each service would perform.
A
EventBridge detects the alert, triggers Lambda to analyze traffic, and Step Functions orchestrates mitigation strategies.
B
Lambda detects the alert, triggers Step Functions to analyze traffic, and EventBridge orchestrates mitigation strategies.
C
Step Functions detects the alert, triggers Lambda to analyze traffic, and EventBridge orchestrates mitigation strategies.
D
EventBridge detects the alert, triggers Step Functions to analyze traffic, and Lambda orchestrates mitigation strategies.
No comments yet.