default event bus vs custom event bus

1

When to use default event bus and when to create our own custom event bus ?

已提問 1 年前檢視次數 1036 次
3 個答案
2
已接受的答案

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.

profile pictureAWS
專家
Uri
已回答 1 年前
profile picture
專家
已審閱 15 天前
1

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

已回答 1 年前
1

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

Evan
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南