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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ