From a809d1deda7ced614d7fb6942eb4f5e2178de85a Mon Sep 17 00:00:00 2001 From: Timothy Middelkoop Date: Tue, 18 Oct 2022 16:52:05 +0000 Subject: [PATCH] GCP: Updates to UI and minor fixes. --- content/GCP/02_intro_to_compute.ipynb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/GCP/02_intro_to_compute.ipynb b/content/GCP/02_intro_to_compute.ipynb index 9bdafaf..5944406 100644 --- a/content/GCP/02_intro_to_compute.ipynb +++ b/content/GCP/02_intro_to_compute.ipynb @@ -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) " @@ -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" @@ -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",