How MSK connect choose in which subnet to run connector ?

0

Lets say I have a kafka cluster having three brokers running in a different subnets. out of them only one is public and other two are private. public is attached to a NAT gateway, and private subnets traffic are routed via NAT.

so the question is when a connector is getting created we provide it with bootstrapServer address and subnets, how it decides in which subnet it should deploy the connector ? Thanks.

1개 답변
0

so the question is when a connector is getting created we provide it with bootstrapServer address and subnets, how it decides in which subnet it should deploy the connector ?

Hello,

If you are creating the connector in AWS Console, you would need to select the MSK Cluster right. So, the Connector will automatically use the Network resources(VPC, Subnets, Security Groups) of the chosen MSK Cluster.

However, if you are creating the connector via the CLI/API, you would need to manually mention the Network resources(VPC, Subnets, Security Groups).

So, the Connector will be ideally deployed on all the subnets that are associated with your cluster which provides you the high availability.

AWS
지원 엔지니어
답변함 8달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠