hello friends, I'm curious about SpotInstances. Wh...
# aws
r
hello friends, I'm curious about SpotInstances. When I run
pulumi up
and an instance is replaced, the old SpotInstance is not terminated, just kind of hangs around, is that the expected behavior?
p
I suppose you mean the Spot EC2 Instance, right? If that's the case, try setting
terminate_instances_with_expiration=True
on the Spot Fleet Request (if you are using that).