Reputation: 439
I am trying to start an virtual machine on Google Cloud. I get an error that there isn't enough resources to fulfill my request.
I have been using Google Cloud for about one week to study and try automated trading systems through Metatrader5 on a Linux server.
I was able to use my machine using VNC server, even this morning, but suddenly all my machines (are all on same location) started to show an error when trying to start:
The zone 'projects/metatrader-227016/zones/southamerica-east1-b' does not have enough resources available to fulfill the request. Try a different zone, or try again later.
I read about moving my instance to another region, but it's not a simple instruction. What is strange is that my VM is really small and lightweight.
Upvotes: 2
Views: 2197
Reputation: 81336
Unfortunately this problem appears with Google Cloud Compute once in a while. You have several options:
The smaller instance sizes are cheaper and therefore in higher demand.
To move an instance to a different region:
CREATE IMAGE
. Give the image a name. For Family enter anything you want but remember it.Boot disk
, click Change. You will find your image under the tab Custom images
.Upvotes: 4