Hi, I am trying to deploy PyTorch VM instance, after filling in the information, as per the online documentation in Google Cloud, I am running into errors, I am not sure what is causing it.
Solved! Go to Solution.
You are trying to deploy this Pytorch VM under the project, which has organization policy constraint preventing External IP for VMs. It means, that VMs under your project or most probably under entire organization are not allowed to get assigned External IP.
If you have Organization Policy permissions, add your project as an exception , by adding tag to project and into constraint, or disable vmExternalIpAccess organization policy.
--
cheers,
DamianS
LinkedIn medium.com Cloudskillsboost
Or you during deployment set ExternalIP to none
But then you must configure either Cloud NAT ( for access to the Internet ) and IAP for being able to log in via ssh
https://cloud.google.com/nat/docs/gce-example