[aws-eks] Managed NodeGroup diskType support #32372
Labels
@aws-cdk/aws-eks
Related to Amazon Elastic Kubernetes Service
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
needs-cfn
This issue is waiting on changes to CloudFormation before it can be addressed.
p1
Describe the feature
Allow specifying volume type for root volumes of Managed NodeGroup EC2 instances.
Use Case
We want to move away from gp2 and use gp3 root devices when using EKS Managed NodeGroups.
Proposed Solution
Add a EbsDeviceVolumeType? parameter "diskType" in managed-nodegroup that can override the current default
gp2
.Other Information
There already is "diskSize". Also closely related to #9006.
Acknowledgements
CDK version used
2.170.0
Environment details (OS name and version, etc.)
EKS 1.30 with standard AMIs
The text was updated successfully, but these errors were encountered: