Cannot deploy to PHX region

Hello, I have my application in 4 regions, scaled to 4 with a maximum of 1 replica per region since yesterday. It is only deployed in 3 of the 4 regions though:

➜   flyctl regions list
Region Pool:
dfw
ewr
phx
sjc
Backup Region:

➜  fly scale count --max-per-region 1 4
Count changed to 4

➜   fly status
App
  Name     = XXXXX
  Owner    = XXXXX
  Version  = 11
  Status   = running
  Hostname = XXXXX.fly.dev

Instances
ID      	PROCESS	VERSION	REGION	DESIRED	STATUS 	HEALTH CHECKS	RESTARTS	CREATED
33242994	app    	11     	dfw   	run    	running	             	0       	19h5m ago
eac8a9f7	app    	11     	ewr   	run    	running	             	0       	19h9m ago
6ce6ef15	app    	11     	sjc   	run    	running	             	0       	19h19m ago

Is there something wrong with the region or my configuration? How can I debug this?

Hey, @dustindecker, looks like you found an easter egg! Sorry about that; it’s not actually supposed to be possible to select phx. Replace phx with another region and hopefully things will work as expected.

Thanks for the quick response. Is that a region that’s coming soon?

BTW, I’m really enjoying the experience so far on fly. Great work on this.

1 Like