Send Data from local .Net application to AWS MSK?

0

I know I can send data from different VPCs but Is there any chance that could send data from local machine to AWS MSK? Is there any tutorial that I can learn from it?

1 Answer
1
Accepted Answer

Hi.

You can enable public access to the cluster after creating the MSK cluster.
Then you can connect to the MSK broker node from the client application via the public internet without connecting the local and VPC using a VPN.

Enter image description here

You must meet some conditions to activate.

  • Public subnet
  • Secure authentication and encryption are introduced

See below for details.
https://docs.aws.amazon.com/msk/latest/developerguide/public-access.html

profile picture
EXPERT
iwasa
answered 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.

Guidelines for Answering Questions