Shortage of Compute Engine Resource in us-central-1

Hello everyone. I am currently working as a lab assistant in a university in Indonesia and are currently teaching GCP to about 450 students. We are using the Higher Education Grants system and mostly use us-central-1 region since the region looks like it has the cheapest prices available. However, as of today, we cannot acquire any resources from said region. Here is the error message:

A e2-micro VM instance is currently unavailable in the us-central1-a zone. Alternatively, you can try your request again with a different VM hardware configuration or at a later time. For more information, see the troubleshooting documentation.

Is there anything that we can do? We currently try to redirect students to other regions or machine types. However, this does add complexity to the students to setup the machines all over again. Thank you very much for any help that will come :grinning_face_with_smiling_eyes:

Hi, we have also a e2-micro VM and after stoping it to reboot it… since yesterday is impossible, We get this error message:

Failed to start instance-1: A e2-micro VM instance is currently unavailable in the us-central1-a zone. Alternatively, you can try your request again with a different VM hardware configuration or at a later time. For more information, see the troubleshooting documentation.

Is google going to increase resources in this zone? How could I see which zones are with free resources at least to move our VM ?

Thanks.

Same Problem here. Stopped an e2-micro and not able to reboot in us-central1-a zone. Tried to move to us-east1 - also not working.

Finally, I was able to move to us-west1-b successfully.

I’ve been unable to launch a e2-custom-8-18432 vm instance in gcloud region us-east4-c since yesterday.

I recently moved it from a to c because the vm scheduler was failing to start it successfully.

That cleared up the problem for a few weeks, but now it’s started in c.

Hmm, I was able to launch a c2-standard-8 without any problems. The e2 instances still don’t work. Maybe google is pushing us towards the more expensive SKUs!
Happy Thanksgiving!

Hi, how do you move? Thanks

same problem

Hello,

I am experiencing a similar issue. I am currently working on a cloudskillsboost.google challenge.

While trying to spin up a f1-micro instance I get the following error:

A f1-micro VM instance is currently unavailable in the us-east1-b zone. Alternatively, you can try your request again with a different VM hardware configuration or at a later time. For more information, see the troubleshooting documentation.

Changing the zone has not solved the issue.

same issue

Hi, unfortunately, zones are permanent when you create the instances. You can’t edit it. If the VPS doesn’t have much data, I say make a new instance in the West region. That worked for me.

same issue we have development machines and no one is able to work, f1 micro, g1 small none of them are started .. all have same issue in us-east1-b

Me too…busy with a LAB where I need to raise a n1-standard-1 (1vCPU, 3.75 GB memory) but get the VM hardware unavailable…tried on 24th and 25th…am meant to be creating in us-central1-c have tried another machine type and us-central1-a same issue…I’m presuming it has something to do with Black Friday and maybe a temporary ban on creating vm’s associated with training LABs …but this is speculation on my part.

facing the same issue in us-east1-b …

I had to route to Montreal yesterday… I’m able to link up to east4, but everything else from us-central to and east seems to be out of commission.

Does anyone have a good command line workflow to deploy and retry?

Creation of VM’s on us-central1 is down as well since the 23rd. In my error logs I get ZONE_RESOURCE_POOL_EXHAUSTED

I was able to up my instance by changing my config from e2-medium to n2-standard-2..

Hope it helps you..

Changing the machine type to c2-standard-8 has also resolved my problems. I guess google is pushing us to the more expensive SKUs!

I’m having the same problem. Would the solution be to perform a zone migration or improve the hardware characteristics of the VM?

Zone migration would be magical.

With the holidays this past week, most of the company off, I so happened to login on my off day and thats how I noticed one of our batch scripts stopped executing. We have a VM which auto gets created every 6 hours and it executes a docker image. Well, it stopped working since Wednesday due to this lack of resources on us-central1. Fortunately it won’t be anything super serious on our end, but what if it was?

It would be great if there was infrastructure behind the scenes on Google’s side that could do something like:

If VM creation on us-central1 fails for e2-highcpu-2 then
Attempt VM creation on us-west1 with e2-highcpu-2

On kubernetes services this is present, i dont to create a new cluster with pods.

When google could fix this error?