Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
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.