Eventbridge to Kinesis data streams cross account

1

We are trying to stream the data from Eventbridge in Account A to a Kinesis data stream/Firehose in Account B.

So setup would be EventBridge (account A) --> Kinesis (account B)

Not sure if it is possible, to have this direct connection, any guidance/reference?

1 Answer
1

EventBridge does not currently support sending events directly to a Kinesis data stream in a different account. The only cross-account resource supported as a target is another EventBridge bus. In your scenario, the simplest solution will likely be to send the event from EventBridge bus (Account A) to a new EventBridge bus (Account B), and then from EventBridge bus (Account B) to the Kinesis data stream (Account B). Additional guidance on sending events across accounts can be found here: https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-cross-account.html

AWS
answered 6 months 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