Changes

Jump to navigation Jump to search

Run relax at Google Cloud Computing

238 bytes added, 20:39, 30 September 2016
gcloud compute zones list
gcloud compute machine-types list | grep us-central1-f
gcloud compute machine-types list | grep us-central1-f | sort -k3 -n
gcloud compute images list
# Create instance
gcloud compute instances create relax --zone us-central1-f --machine-type n1-highcpu-8 --image ubuntu-14-04 --boot-disk-size 10GB
gcloud compute instances list
 
# Or
gcloud compute instances create relax --zone us-central1-f --machine-type n1-highcpu-2 --image rhel-6-v20160921 --boot-disk-size 10GB
 
</source>

Navigation menu