Skip to content

SQS to send events to cross account EventBridge

0

We need to implement below scenario, any suggestion will be helpful:

There is sqs in one account "A" which needs to send events to Event Bridge in another account "B". Can someone suggest best approach to achieve this.

1 Answer
3

Hi,

The EventBridge public docs details how to send events to EventBridge in another account: https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-cross-account.html

This step-by-step approach may also be useful: https://repost.aws/articles/ARIw6q_ozaTmqqI25Eq4YIcQ/a-step-by-step-guide-to-cross-account-and-cross-region-events-with-eventbridge

In case you use CDK, this Github repo contains code to create a full config: https://github.com/zeeshanhanif/aws-cross-account-eventbridge

Best,

Didier

EXPERT

answered 2 years ago

EXPERT

reviewed 2 years ago

EXPERT

reviewed 2 years 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.