I am writing code to track spot requests using the the documentation from this page: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-spot-instances-bid-status.html.
Is there any guarantee that if the capacity-not-available status code is returned, an increase to $10 per instance hour will occur for this instance, assuming that capacity continues to not be available (making it impossible to outbid because there are no more instances available)?
If question #1 is false, is it possible to receive this message while the spot price is at a reasonable price?
If question #2 is true, what are the cases where this can happen?