|
|
|
|
|
by londons_explore
2313 days ago
|
|
> runs out of every single instance type you have requested, terminates your Spot instances, and you can't launch any more On-Demand ones. This is more common than you think. Internally cloud providers schedule instance types on real hardware, and running out of an instance type likely means they have run out of capacity, and only a tiny amount exists in fragmentation. To access that tiny remainder, they'll terminate spot instances and migrate live users (which they have to do very slowly) to make space for a few more of whichever instance types make most business sense (which varies depending on the mix of real hardware and existing instance types). It takes someone like AWS a good few weeks, sometimes months, to provision new actual hardware. It isn't uncommon for big users to be told they'll be given a service credit if they'll move away from a capacity constrained zone. |
|