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

asked 17 days ago141 views
1 Answer
0
Accepted Answer

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
EXPERT
answered 17 days 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