After we’ve moved from V1 to V2, we have a nodejs app with a dozen machines across 4 regions that takes about 20 minutes to deploy. This was 8-10 mins on V1.
Any tips on speeding things up? Looks like the machine provisioning and health checks are happening sequentially, and that’s taking up the bulk of the time.
Ideal scenario would be provisioning/checking all of our machines in parallel and then cut over all at once blue/green style.