I am trying to transfer several copies of computers from Europe to Asia. I need to do this because most users of these servers are in Asia and they get faster access to servers in their region. I am trying to execute a command.
gcloud compute instances move asiawindows1 --zone europe-west1-d --destination-zone asia-east1-c
I get the following error while trying this
Instances owned by subnets cannot be moved between regions.
What is the best way to move these servers without manual configuration in the Asian zone?
source share