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
MODERATORE
posta 4 anni fa2057 visualizzazioni
1 Risposta
0
Risposta accettata

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
ESPERTO
Uri
con risposta 4 anni fa
  • 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.

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande