Salta al contenuto

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.

posta 3 anni fa1,8K visualizzazioni
1 Risposta
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
ESPERTO
con risposta 3 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.