Im trying to create instance in google cloud using the following command gcloud compute instances create my-first-instance --zone us-central1-a
But it threws error as
Failed to find an image for alias [debian-backports] in public image project [debian-cloud]. Acces not configured. The API is not enabled for your project. Please use the Google App Developers Console to update your configuration.
Someone suggest me how to update this configuration and how to create an instance successfully.
It seems that your account does not have "Compute Engigine API" enabled, so you have to enable 'Google Compute Engine' API in the Developers Console.
Click on "APIs & Auth" -> Compute Engine API -> Enable.