Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Commit

Permalink
GCP: Updates to UI and minor fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiddelkoop committed Oct 18, 2022
1 parent 4db36c3 commit a809d1d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/GCP/02_intro_to_compute.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
" * In the **Machine configuration** section:\n",
" * For **Series** select *E2* (default). The other options are for types of machines.\n",
" * For **Machine type** select *e2-medium* (default). Note that it shows the size of the VM in parentheses. \n",
" * In the **Identity and API access** section note that for the **Service Accounts** -> **Service account** option that the **Compute Engine default service account** is selected. This allows the *VM Instance* to access resources in the project. Note: the *\"Allow full access to all Cloud APIs\"* allows *everyone* on the VM to *access and edit all resources in the project*.\n",
" * In the **Identity and API access** section note that for the **Service Accounts** -> **Service account** option that the **Compute Engine default service account** is selected. This allows the *VM Instance* to access resources in the project. Leave the *\"Access scopes\"* on the default *\"Allow default access\"*. Note: the *\"Allow full access to all Cloud APIs\"* allows *everyone* on the VM to *access and edit all resources in the project*.\n",
" * Leave the remaining options as default.\n",
" * Note the **Monthly estimate** in the right side panel. This is only for running the *VM instance* and does not include other storage, networking, compute, and other charges that may occur by running software. Click **Details** show a breakdown of the *VM instance* only costs.\n",
"![compute-create-instance](img/compute-create-instance.png) "
Expand Down Expand Up @@ -145,10 +145,10 @@
"\n",
"To view the project activity we do the following:\n",
"\n",
" * Navigate to the project **Dashboard** by clicking on \"Google Cloud Platform\" on the left side of the top blue bar and clicking the \"*Dashboard*\" link.\n",
" * Navigate to the project **Dashboard** by clicking on \"Google Cloud\" on the left side of the top blue bar and clicking the \"*Dashboard*\" link.\n",
" * Select **Activity** tab just below the top blue bar.\n",
" * Look for the row with **Create VM** on the top of the table. This shows that the *VM Instance* was created.\n",
" * Expand the detail by clicking the **down arrow** on the right side of the row. You can see what identity created the bucket and the name. The rest of the information details the initial settings that you configured when creating the virtual machine. The details are not really important at this time, just know they exist.\n",
" * Expand the detail by clicking the **down arrow** on the right side of the row. You can see what identity created the VM and the name. The rest of the information details the initial settings that you configured when creating the virtual machine. The details are not really important at this time, just know they exist.\n",
" * By default, this information cannot be deleted for security and auditing reasons.\n",
"\n",
"Note: that the activity is on the project, not on your account.\n"
Expand Down Expand Up @@ -239,7 +239,7 @@
"```\n",
"Did you mean zone [us-central1-a] for instance: [essentials-test-1] (Y/n)? n\n",
"```\n",
"Answer \"n\".\n",
"**Answer \"n\"**.\n",
"\n",
"The command will now configure the instance to allow your ssh key and connect to it.\n",
"\n",
Expand Down

0 comments on commit a809d1d

Please sign in to comment.