I am using an AWS Autoscaling group that distributes instances across multiple AZs, with spot instance bidding defined.
What will happen when the spot price jumps in one of the AZ, causing the instances in that AZ to be below the SPOT price and terminate?
Does the autoscaling group attempt to balance the instances evenly across AZs? Will it wait until the price will match again in that AZ?
I can't find any documentation on that.