Google VM zone does not have enough resource

google-cloud-platformgoogle-compute-engine

My VM crashed and giving me the following Error:

Starting VM instance "xxxx" failed. Error: The zone 'projects/xxxxxx/zones/us-east1-b' does not have enough resources available to fulfill the request. Try a different zone, or try again later.

Also I am not able to create any new Instance on same Zone due to same error, but can create on any other zone. Can anyone help me in how to bring the instance back again or how to get the existing data from that vm.

Best Answer

I am really sorry that you are experiencing this issue, but here is a way to get your instance's data back.

  1. Create a snapshot of your disk as indicated in this document and select the source disk (your GCE disk) and choose Multi-regional as the location so you can create the new GCE instance in other region.
  2. Create the new GCE instance based on the snapshot, here you can change the region/zone in which your instance will be created.
  3. You should be able to access your data as in the original instance.
Related Topic