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?

質問済み 2年前813ビュー
1回答
1
承認された回答

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
エキスパート
iwasa
回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ