changes will remove the nodes or just update them?
This is how it looks btw
b
billowy-army-68599
11/12/2020, 9:31 PM
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
dazzling-sundown-39670
11/13/2020, 9:42 PM
@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