aws-cloudformationaws-mskamazon-msk

How to create MSK Cluster configuration with Cloud Formation?


I'm creating MSK with Cloud Formation. By the way, I can't find how to create MSK Cluster configuration, in Cloud Formation documents.

So how can I create MSK Cluster configuration with Cloud Formation or do I can't create MSK Cluster configuration with Cloud Formation?

If there are some references about that, please answer me.


Solution

  • This is not possible using regular CloudFormation resources. See here for an open feature request to add it.

    There are however still options if you want to provision this using CloudFormation, for example:

    Both of these are, however, a lot more work than simply using a regular CloudFormation resource.