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

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

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

回答問題指南