default event bus vs custom event bus

1

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

已提问 1 年前986 查看次数
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 年前
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 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则