Open main menu

Changes

Run relax at Google Cloud Computing

172 bytes added, 21:41, 28 November 2015
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
</source>
 
Then you can SSH into the instance
<source lang="bash">
PROJ=relax-1
ZONE=us-central1-f
PRID=relax
GCC=gcc
gcloud compute --project $PROJ ssh --zone $ZONE $PRID
</source>