Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in GCP by (29.3k points)
While working on GCP compute engine migration:

"This zone is deprecated and will go offline soon. When the zone goes offline, all VMs in this zone will be destroyed.

Kindly let me know if there is any work around on this issue.

1 Answer

0 votes
by (50.2k points)

Earlier in GCP, we need to migrate manually for resolving the issue. But currently, we have tools for working on migration. So for getting those tools, use the below commands:

gcloud components update

And use the below example command for migrating VM:

gcloud compute instances move my-vm --zone europe-west1-a --destination-zone europe-west1-d

Refer to the below tutorial on GCP Training.

Browse Categories

...