Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add larger instance types for MSK cluster (#1947)
feat: add larger instance types for MSK cluster 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: Alina Buzachis Reviewed-by: JIHUN KIM <[email protected]> Reviewed-by: Mark Chappell (cherry picked from commit 2b5d71d)
- Loading branch information