Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
[PR #1947/2b5d71d8 backport][stable-7] feat: add larger instance types for MSK cluster This is a backport of PR #1947 as merged into main (2b5d71d). This commit adds support for larger instance types (kafka.m5.8xlarge, kafka.m5.12xlarge, kafka.m5.16xlarge, kafka.m5.24xlarge) to the MSK cluster module. Now users can choose from a wider range of instance sizes when creating an MSK cluster. If the provisioning MSK supports m6 and m7 in the future, may want to consider removing the choice syntax. (Provisioning M5 types are not expected to be added anymore, The m5 has a maximum of 24 xlarge types. SUMMARY Fixes #1946 ISSUE TYPE Feature Pull Request COMPONENT NAME msk_cluster ADDITIONAL INFORMATION Link to MSK Provisioning Instance Types documentation https://docs.aws.amazon.com/msk/latest/developerguide/msk-create-cluster.html#broker-instance-types Reviewed-by: Mark Chappell
- Loading branch information