CLF-C02 · Question #587
A company needs to invoke an AWS Step Functions workflow each time an Amazon EC2 instance state changes to RUNNING. Which AWS service can the company use to meet this requirement?
The correct answer is C. Amazon EventBridge. Amazon EventBridge can be used to monitor AWS service events, such as EC2 instance state changes. You can create an EventBridge rule to detect when an EC2 instance changes to the RUNNING state and trigger an AWS Step Functions workflow in response. This service provides an event-
Question
A company needs to invoke an AWS Step Functions workflow each time an Amazon EC2 instance state changes to RUNNING. Which AWS service can the company use to meet this requirement?
Options
- AAmazon SageMaker
- BAmazon Connect
- CAmazon EventBridge
- DAWS Fargate
How the community answered
(37 responses)- B3% (1)
- C95% (35)
- D3% (1)
Explanation
Amazon EventBridge can be used to monitor AWS service events, such as EC2 instance state changes. You can create an EventBridge rule to detect when an EC2 instance changes to the RUNNING state and trigger an AWS Step Functions workflow in response. This service provides an event-driven architecture to automate workflows based on AWS service events.
Community Discussion
No community discussion yet for this question.