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.

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

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

回答问题的准则