Hey, so I have an (I think) interesting problem: I...
# general
p
Hey, so I have an (I think) interesting problem: I use Pulumi to construct a SpotFleetRequest, and if I change the contents of the request, pulumi will destroy the old one and create a new one. This will leave a period of time where I have zero spot instances running. I’d like to have some way to specify an orderly transition, ideally have the old spot instances drain out slowly while the new ones take their place.