跳至內容

Local access from laptop to MSK Serverless

0

Hi! I'm trying to understand if it is possible to have local access from laptop to MSK Serverless? I went through this page: https://docs.aws.amazon.com/msk/latest/developerguide/client-access.html and it looks like it's only possible for MSK Provisioned version. I have a VPN connection with our VPC, private endpoints of MSK Provisioned is resolvable, but Serverless is not.

已提問 3 年前檢視次數 1767 次
1 個回答
0

Serverless also provides a bootstrap endpoint and is accessible if it is in the same VPC. In your case, you can access the endpoint through VPN.

Here is the step of connect serverless MSK in local environment

  1. you can check endpoint of bootstrap server by console at "View client information" tab.
  2. set the IAM role in your local environment [+]https://docs.aws.amazon.com/ko_kr/cli/latest/userguide/cli-configure-role.html
  3. attach policy in the IAM role [+]https://docs.aws.amazon.com/msk/latest/developerguide/create-iam-role.html
專家
已回答 3 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。