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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠