EventBridge questions

0

Needed some clarifications for a customer discussion. I understand EventBridge has at least once semantics and can try delivery up to 24 hrs. Can we explicitly expire or remove messages from the bus?

I also see quota limits on number of rules and targets per rule. Is there a maximum number of subscribers? I'd think this is limited by the rules * targets per rule
Is there a limit on messages on the bus?

Thanks

AWS
モデレーター
質問済み 4年前2057ビュー
1回答
0
承認された回答

Once a message is in the bus, you can't expire it. However, if your destination is Lambda, as this is an asynchronous invocation, you can set a maximum age on the message or maximum retries.

There are no subscribers as in SNS, where there is no limit. In EventBridge you have the Rules (300 per Bus, which can be increased) and each rule has a maximum of 5 targets which can't be increased.

There is no explicit limit on the number of messages in the bus, however, there is a limit on the number of messages that can be added to the bus (up to 2400/sec, depending on the region, can be increased) which means that there is a implicit limit to the number of messages in the bus (2400 msgs/sec * 3600 sec / hr * 24 hrs/day).

profile pictureAWS
エキスパート
Uri
回答済み 4年前
  • Re: "there is a limit on the number of messages that can be added to the bus (up to 2400/sec, depending on the region, can be increased)". Please could you specify the "quota name" and maximum number that it can be increased to? Also, please include link to aws documentation which lists this quota.

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

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

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

関連するコンテンツ