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

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

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

回答问题的准则