Description
Often times, when adding capacity to a service, I increase the number of instances and the batch_size that the updates roll out at.
For the first deploy, this updates the old instances with the more aggressive batch size before the new instances are started.
It might be better for Aurora to prioritize the "adding instances" step of upgrades.