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.

asked a year ago933 views
1 Answer
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
profile picture
EXPERT
answered a year 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