Hi there,
I've been facing an issue with creating a T4 GPU-enabled Workbench instance on Vertex AI. No matter which region or zone I try, I consistently get the error:
The zone 'projects/{project-ID}/zones/{zone-name}' does not have enough resources available to fulfil the request. Try a different zone, or try again later. I've tried various regions and zones, but the issue persists.
Does anyone else have experience with this issue? Any suggestions or solutions would be greatly appreciated.
Thanks in advance!
Hi @mohdsinad,
Welcome to Google Cloud Community!
It looks like you are having a resource availability error while creating an instance due to the current unavailability of Compute Engine resources, such as GPUs. This only applies to the new resource requests in your current zone. These errors are not related to your Compute Engine quota and these errors are temporary and can change frequently based on fluctuating demand.
To resolve this issue, you can refer to the Troubleshooting Vertex AI Workbench documentation, specifically this section on Creating an instance results in a resource availability error. It provides guidance on how to troubleshoot and resolve resource availability errors when creating a Vertex AI Workbench instance.
I hope this resolves your issue.