When using auto-scaling with VMs, is there a way to predict the sequence that the VMs will be switched off/on in?
Let's say I have 4 VMs, (VM1, VM2, VM3, VM4), and I set auto-scaling to keep between 2 and 4 VMs depending on CPU load. Can I assume that VM1 and VM2 will always be on and VM3, VM4 will be switched on only when necessary?
Can I know the sequence from the Update Domain?