Hi Team, could someone help me to understand what'...
# getting-started
r
Hi Team, could someone help me to understand what's the difference between NodeGroup and NodeGroupV2 here: https://www.pulumi.com/registry/packages/eks/api-docs/nodegroupv2/?🙏
I was using default EKS cluster constructor with default settings but got
operation error Auto Scaling: CreateLaunchConfiguration, https response error StatusCode: 400
creating auto scaling via LaunchConfiguration is not supported anymore for new AWS accounts.
Could someone share a working example of creating a eks cluster with customised node group using a launch template?
Really appreciate the help!
h
there may be minor differences if you see a v2 version of the same resource. i couldn't find a doc that explains the differences so you will have to review the doc carefully. For example in your case it seems like this is main difference - see the output section "Additionally, the NodeGroupV2 resource produces the following output properties:"
Also for the launch templates and ASG's, i think you can only use new instance types now and old instance types are not supported.