Changes

Jump to navigation Jump to search

Run relax at Google Cloud Computing

59 bytes added, 21:34, 28 November 2015
== Create a Virtual Machine instance ==
* Click then at '''Try Compute Engine''' or go Go to https://console.developers.google.com/computehome* Click In the top right corner, there is a link to '''Create instanceActivate Google Cloud Shell'''.* '''Name:''' relax* '''Zone:''' Don't change Clicking this. As of Nov 2015, it seems that if you change this, you cannot select more than 2 vCPU's* '''Machine type:''' From should start a terminal in half the very bottom, create '''8 vCPUs'''window. 32 cores need an upgrade to you account, [https://cloud.google.com/freecloud-trialshell/#docs/faq examples See examples here] and the free trial only allows for 8 vCPU's.]* '''Boot disk:''' 10 GB of Ubuntu 14.04 LTS* '''Zone:''' [https://cloud.google.com/sdk/gcloud/reference/compute/docsinstances/create instance creation examples here] <source lang="bash"># List all compute instances in the projectgcloud compute instances listgcloud compute zones Now change this to:] listgcloud compute machine-types list | grep us-central1-fa * Let the rest be default and click '''# Create'''.instancegcloud compute instances create relax --zone us-central1-a --machine-type n1-highcpu-8 --image ubuntu-14-04 --boot-disk-size 10GB </source>
== Access Virtual Machine instance ==

Navigation menu