Hi everyone,
This is the issue I am facing:
Description:
I am encountering an issue when attempting to create a VM instance from a machine image using the Google Cloud Platform (GCP) console in desired region. While I can successfully create the VM using the command line interface with the following command:
gcloud compute instances create my-demovm --zone=asia-south1-a --source-machine-image=instance-4-20240124
I am unable to achieve the same result through the GCP console.
Problem Details:
After changing the region:
Troubleshooting Steps Taken:
I would appreciate any insights or guidance on resolving this issue. Additionally, if there are specific steps or configurations required in the GCP console to achieve the desired outcome, please provide instructions accordingly.
Hi @sudeepgcp,
Welcome to the Google Cloud Community!
Since you were able to create the image through Cloud Shell but encountered issues in the Cloud Console, this might be a bug. Please kindly fill out the form in the Compute Engine's Issue Tracker.
You may also refer to this document for known issues about Compute Engine, where it's mentioned that using the Cloud Console can sometimes cause problems.
I hope this helps. Thank you.
Thank you for your response. I have filled out the form as you mentioned. Hope to get some help on this soon!