How to create MSK Cluster configuration with Cloud Formation?

907 Views Asked by At

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.

1

There are 1 best solutions below

0
PMah On BEST ANSWER

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.