MSK instance size using CDK

0

According to the CDK documentation (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-instancetype), which is validated by my testing, the smallest broker instance type supported by CloudFormation or the CDK is kafka.m5.large. My use case does not warrant that large in size, and indeed, one can be created via the console of type kafka.t3.small. How can I create an MSK cluster of type kafka.t3.small via CF/CDK?

질문됨 2년 전561회 조회
3개 답변
0
수락된 답변

Hi, it seems it's a documentation issue. I just used "kafka.t3.small" in a CloudFormation template and it created a cluster successfully. I already reported the problem.

profile pictureAWS
전문가
Tasio
답변함 2년 전
0

When I tried using the CDK, the cluster wouldn't stabilize and the deployment failed. I'll double check, but that seemed to be the problem.

답변함 2년 전
0

You're right, my mistake, my test worked this time. Thanks

답변함 2년 전

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

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

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

관련 콘텐츠