EventBride¶
TLDR¶
Central message service with the most amount of targets. Is used by aws behind the scenes alot
Features¶
- schedule (cron jobs)
- event pattern (email when root user logs in)
- json format
- can archive events
- replay archived events
- event json is typed, can be nice for custom code/lambda
Sources¶
- EC2
- Code Build
- S3
- TrustedAdvisor
- CloudTrail (any API call)
- schedule (cron)
- 3rd Party
- ...
Targets¶
Event Buses¶
- supports resource based policies
- can allow events from other accounts
Default¶
- AWS Services
Partner Event bus¶
- supported 3rd party events
Custom Event Bus¶
- for custom apps