events not matching any rules

0

what happens to events which are sent to event bus but not matching rule to deliver it to target ?

asked a year ago674 views
3 Answers
1
Accepted Answer

Events that do not match any rule are discarded. If you have archive enabled, they will be added to the archive.

profile pictureAWS
EXPERT
Uri
answered a year ago
1

Hello,

Not sure about the exact outcome aimed from this question but will try to provide useful answer. Once in the event bus, events are stored for a particular amount of days in something which we can name archive. Reaching deadline these events are purged, in the meantime there is a feature which allows user to replay events from particular archive, if needed.

Hope this helps!

Regards, Totti

profile picture
answered a year ago
1

According to https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-rule-dlq.html:

When an event isn't successfully delivered to a target because of retriable errors, EventBridge retries sending the event. You set the length of time it tries, and number of retry attempts in the Retry policy settings for the target. By default, EventBridge retries sending the event for 24 hours and up to 185 times with an exponential back off and jitter, or randomized delay. If an event isn't delivered after all retry attempts are exhausted, the event is dropped and EventBridge doesn't continue to process it. To avoid losing events after they fail to be delivered to a target, you can configure a dead-letter queue (DLQ) and send all failed events to it for processing later.

profile picture
EXPERT
answered a year ago

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