EventBridge max EventBuses on event path

0

I have a following event routing:

EventBusA -> EventBusB -> EventBusC -> SQSQueue

When I send event to EventBusB or EventBusC it is routed to SQSQueue. But when I send an event to EventBusA, it does not arrive to SQS. Is there any limitation regarding the length of the path the event can be routed through? I double confirmed this is not a problem with my config

質問済み 2年前377ビュー
1回答
1
承認された回答

Yes, there is a limit when sending events between buses in the same region. An event can traverse from a bus to a different bus only once. If you look at the doc, you will see:

EventBridge can't route events received from a sender event bus to a third event bus.

If you need to send it to two buses, just create two rules on the first event bus that will route to both buses.

profile pictureAWS
エキスパート
Uri
回答済み 2年前

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

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

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

関連するコンテンツ