How do I use DMS to send CDC event to a kinesis cross-account?

0

Suppose I have two accounts: A, B. I have a mysql in A and I have a kinesis stream in B What I want is send CDC event from mysql in A to the kinesis stream in B with DMS? In terms of DMS document, "Kinesis targets are only supported for a Kinesis data stream in the same AWS account"

1 Answer
0

Hi,

it may look a bit overkill but nothing prevents you to build a Kinesis proxy: the first intra account Kinesis proxy that you will set up for DMS could relay to second Kinesis (the one you want) in cross-account mode as per https://aws.amazon.com/blogs/architecture/field-notes-how-to-enable-cross-account-access-for-amazon-kinesis-data-streams-using-kinesis-client-library-2-x/

Best,

Didier

profile pictureAWS
EXPERT
answered 9 months ago
  • Yes, I have read this blog before. That's not what I expected. At least this is a practical solution. Thanks.

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