How can you add redundancy for an EventBridge message router bus

0

I have been looking into event-driven architecture for asynchronous communication between services and a design pattern I see quite often is the Single Bus*, Multi Account pattern, where services publish events to a Global message router EventBridge event bus, which then routes these events to other service's local EventBridge event buses based on Rules and they can decide how they want to use the event. A bunch of AWS Serverless talks mention the advantages but none have talked about how a central router bus like this can be a single point of failure. I am looking for ways I can minimize this risk by adding redundancy or otherwise.

AWS talks referenced:

1개 답변
0

I think this has been discussed in several talk. You probably like to look at a MultiBus Multi Account pattern.

AWS re:Invent 2022 - Designing event-driven integrations using Amazon EventBridge (API307-R)

profile picture
전문가
답변함 일 년 전

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

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

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

관련 콘텐츠