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
MODERATOR
asked 4 years ago2036 views
1 Answer
0
Accepted Answer

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
EXPERT
Uri
answered 4 years ago
  • 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.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions