- Newest
- Most votes
- Most comments
You use the Default event bus for schedule based rules (although now I recommend using the new EventBridge Scheduler, which does not use any bus) or for events generated by AWS services.
If you create your own application that generates events, I recommend to use a Custom event bus.
Just in case If you need to have a queue to connect things I would suggest to create one pipe and distinguish destinations by preprocessing using filters, with no additional cost, pay only for events after filtering: The new feature: EventBridge Pipes https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-pipes-event-filtering.html
When you need to have different permissions on the bus. Generally, a good idea to have a separate bus https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-event-bus-perms.html
Relevant content
- asked 2 years ago
- asked 10 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago