Is it possible to move a stopped spot instance to a new zone in GCP instead of recreating it?
Chaskin Saroff
Asked on Dec 10, 2023
Moving a stopped spot instance to a new zone in GCP is not officially supported in skypilot. However, you can use the gcloud
command-line tool to manually move the instance to a new zone. Here is an example command:
gcloud compute instances move INSTANCE_NAME --zone=NEW_ZONE