What does the FailedInvocation metric refer to for a custom EventBus rule?

0

We have a custom EventBus "A" with a rule to forward to a global EventBus "B" in another AWS account. A lambda makes a request to EventBus "A" with data that should eventually flow to EventBus "B".

Currently, EventBus "B" does not have EventBus "A" allow listed as we are using a testing environment for EventBus "A" infrastructure. This is fine for our testing purposes. However we're seeing that "FailedInvocation" metric in the AWS console under the "Monitoring tab" of the rule is being incremented as the lambda is triggered and we're confused on what this refers to.

Does this "FailedInvocation" metric refer to "lambda-to-EventBus-A" data flow or "EventBus-A-to-EventBus-B" data flow?

The former if true is unexpected for us and the latter if true would be expected.

Enter image description here

gefragt vor einem Monat161 Aufrufe
1 Antwort
0
Akzeptierte Antwort

Hello.

This metric is counted when a target execution fails from EventBridge.
In other words, I think it is counted when "EventBus-A-to-EventBus-B" fails.
https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-monitoring.html

The FailedInvocations metric will increase if the target (EventBus-B) is unavailable.
https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-troubleshooting.html

profile picture
EXPERTE
beantwortet vor einem Monat

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen