I’d really like to have all of my regions always have at least one instance running, but be able to temporarily scale up to more instances in any region if it’s getting more traffic.
For example, I’d love to be able to set minimums like this (pseudocode):
iad: 1, autoscale up to 3 instances
fra: 2, autoscale up to 5 instances
nrt: 1, autoscale up to 3 instances
For my app it matters what regions are running, and so autoscale potentially “stealing” from another region and setting it to 0 instances is a problem.
Is there any way to configure something like this currently? If not, any plans for this in the future?