I have a GCP Managed Instance Group with 1 instance running Windows Server. The VM is created and I ran the below code to confirm the instance is RUNNING.
gcloud compute instances describe <instance name>
However console is showing a spinning wheel next to the VM name and it says "Instance is being verified". It has been like this for more than 2 hours. Occasionally, there would be an exclamation mark saying "The resource 'projects/(proj name)/zones/(zone name)/instances/(instance name)' is not ready".
Then after a while, the spinning wheel's message changes to "Instance is being recreated".
I cannot RDP into the server because the instance is still being verified or recreated. How do I overcome this?
Is this an issue with the instance template?
Many thanks in advance.