This message was deleted.
# aws
s
This message was deleted.
b
the
createNodeGroup
function is a helper function to make creating the groups easier, we don't expose all the options from the cloudformation stack or the autoscaling group there. If you want to do this, you'll unfortunately have to manually create the autoscaling group and set it there. You'll need to join the nodes to your EKS cluster using user data, like this: https://github.com/pulumi/pulumi-eks/blob/b087075c833a0f60243cf3ef064f28c22690e881/nodejs/eks/nodegroup.ts#L454
s
@billowy-army-68599 Thanks. Since the
autoScalingGroupName
is exposed as a property of the node group, is it possible use that and a
get
function to get a reference to that object and then modify settings?
b
no, that's not possible unfortunately
s
@billowy-army-68599 I appreciate your quick responses. Can I put in an enhancement request for that? It would be nice to use that function to pass valid ASG properties rather than managing my own ASG.
b
yes, please do, we'll triage it as necessary
s
Thank you @billowy-army-68599. I have created Issue 1183.