Uly.me

cloud engineer

  • Home
  • About
  • Archives
Home/Archives for gcloud

August 9, 2019

GCP Lists Disk Per Project

Here’s the Google Cloud Platform (GCP) GCloud command to list all disks in a specific project.

gcloud compute disks list --project yourprojectname

gcloud compute disks list --project yourprojectname

March 15, 2019

GCP Instance Scopes

Give Instances access to other cloud services using scopes.

gcloud alpha compute instances set-scopes instance-name \
--project project-name --zone us-central1-a \
--scopes=cloud-platform,cloud-source-repos,compute-rw,storage-rw

gcloud alpha compute instances set-scopes instance-name \ --project project-name --zone us-central1-a \ --scopes=cloud-platform,cloud-source-repos,compute-rw,storage-rw

  • « Previous Page
  • 1
  • …
  • 3
  • 4
  • 5
  • Cloud
  • Linux
  • Git

Copyright © 2012–2021