How can I tell if my `NodeGroup` changes will remo...
# aws
d
How can I tell if my
NodeGroup
changes will remove the nodes or just update them?
This is how it looks btw
b
you cant with just pulumi, you have to read up on how the aws resource handle this
if I recall, a replacing a launch config will remove the associated instances, you should use a launchtemplate instead
d
@billowy-army-68599 thanks, that solved it! Also solved the autoscaling with spot instances on different instanceTypes you helped me with the other week in the same go! Cheers
🎉 1