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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南