eventbridge Flashcards
What does EventBridge allow you to do?
EventBridge allows you to easily configure event-driven systems and define tasks that can be run on a pre-defined schedule.
What underlying technology does EventBridge use?
EventBridge uses the same underlying technology as CloudWatch Events.
What generates EventBridge events?
EventBridge events are state changes generated by services like AWS Config, CloudWatch, CloudTrail, etc.
What are EventBridge rules used for?
EventBridge rules match events and route them to the correct target.
What can EventBridge targets be?
EventBridge targets can be services like Lambda, SNS, or EC2, and they respond to the event by taking some action.
What was CloudWatch Events renamed to?
CloudWatch Events is now EventBridge.