crooked-laptop-67565
05/08/2023, 9:55 PMaws.eks.NodeGroup
. As far as I can tell this property is only available when the ASG is created, and there doesn't seem a way to pass the setting in when I create the NodeGroup. I can lookup the ASG from NodeGroup.resources[0[.autoscalingGroups
but I don't think I can modify the instanceRefresh setting. Does anyone have any suggestions on how to go about this?
The problem I'm really trying to solve is having the EC2 instances have a Name
tag applied automatically. I can create an aws.autoscaling.Tag
that propagates to the instances, but it won't get added to the instances that were launched when the NodeGroup was first created. I can manually terminate them to get the tag in place, but that's annoying and easy to forget. I thought if I could configure the ASG to refresh the instances when tags change then it would solve my problem.No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by