Cannot create a Google Compute VM instance -



Cannot create a Google Compute VM instance -

i thought relatively straight forward, cannot start google compute engine instance @ all. creating instance through web interface, error after clicking "create" button.

the error appears in activity log is:

invalid value field 'resource.type': 'https://www.googleapis.com/compute/v1/projects//zones/asia-east1-b/disktypes/pd-standard'. must url valid compute resource of right type.

here screen shot of instance settings:

any ideas going wrong? have tried different zones , vm sizes.

not sure why you're unable create instance, can create straight terminal gcutil.

this command should trick: gcutil addinstance --zone=asia-east1-b --image=debian-7-wheezy-v20140606 --machine_type=g1-small bigquery-bi-instance

google-compute-engine

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -