Saltar al contenido

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.

preguntada hace 3 años1,8 mil visualizaciones
1 Respuesta
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
EXPERTO
respondido hace 3 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.