Hi, I was wondering how to add/remove regions in app v2
fly scale count 3 --region yyz,ewr
Does the above add 3 more instances to yyz and ewr or is it set total of 3 instances?
I have 13 instances across 7 regions (jnb, syd, cdg, ewr, yyz, dfw, sea) and want to update to 13 instances across 13 regions (sin, cdg, jnb, iad, dfw, syd, nrt, ams, fra, lhr, ewr, yyz, sea). What should be the correct command here?
You can use --regions to indicate which regions you want the command to apply to, and --max-per-region to guide the distribution of the final count among regions, in the same command.