https://pulumi.com logo
f

full-dress-10026

06/10/2020, 4:52 PM
I'm switching from
new aws.eks.NodeGroup()
to
eksCluster.createNodeGroup
and noticing that
createNodeGroup
does not include the
nodeRoleArn
property in the args object. How would I provide an IAM role arn to a node group created with the
createNodeGroup
method?
3 Views