Search code examples
google-cloud-datalab

Error while creating datalab vm


i am following this datalab quickstarts. when I fire datalab create devVM (devVM is the name of cloud datalab vm that I want to create), I am getting following error

ERROR: (gcloud.compute.disks.create) Could not fetch resource:
- Invalid value for field 'resource.name': 'devVM-pd'. Must be a match of regex '(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?)'

can someone please point, what I am doing wrong?


Solution

  • Can you try with a name consisting of lower-case letters. I don't think GCE allows VMs/disk names with upper-case characters.