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
エキスパート
回答済み 1年前

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

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

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

関連するコンテンツ