https://pulumi.com logo
Title
a

adamant-terabyte-3965

02/22/2023, 6:28 PM
Hello, I'm currently trying to set up NodeGroups on my EKS cluster. I'm using the this guide as a reference: https://www.pulumi.com/docs/guides/crosswalk/aws/eks/ and in that a NodeGroup is created using
eks.NodeGroupV2
, which isn't found by my TypeScript linter while
eks.NodeGroup
is. Furthermore, this How-to from Pulumi (which contains some functionality I would like to have) https://www.pulumi.com/registry/packages/kubernetes/how-to-guides/eks-migrate-nodegroups/, abstracts the creation and ultimately uses
eks.NodeGroup
. Is there a difference between those two functions?