From 37961fe71dcd3e782f7ea3405a40ccc9d452ee55 Mon Sep 17 00:00:00 2001 From: Timothy Middelkoop Date: Tue, 18 Oct 2022 18:15:45 +0000 Subject: [PATCH] GCP: UI updates. --- content/GCP/01_intro_to_cloud_console.ipynb | 14 +++++++------- content/GCP/03_intro_to_cloud_storage.ipynb | 4 ++-- content/GCP/04_intro_to_cli.ipynb | 2 +- content/GCP/06_running_analysis.ipynb | 2 +- content/GCP/06_sharing_results.ipynb | 2 +- content/GCP/07_monitoring_costs.ipynb | 4 ++-- content/GCP/08_cleaning_up_resources.ipynb | 4 ++-- content/GCP/intro_to_GCP_Essentials.ipynb | 4 ++-- 8 files changed, 18 insertions(+), 18 deletions(-) diff --git a/content/GCP/01_intro_to_cloud_console.ipynb b/content/GCP/01_intro_to_cloud_console.ipynb index 1deb3f7..0b9a0ee 100644 --- a/content/GCP/01_intro_to_cloud_console.ipynb +++ b/content/GCP/01_intro_to_cloud_console.ipynb @@ -7,7 +7,7 @@ "tags": [] }, "source": [ - "# Introduction to the GCP Cloud Console\n", + "# Introduction to the Google Cloud Console\n", "\n", ":::{admonition} Overview\n", ":class: tip\n", @@ -36,7 +36,7 @@ "source": [ "## The Who, Where, and What of the Cloud\n", "\n", - "Before we get started we must first define, and find, a few key pieces of information about your environment that will be used throughout this lesson. This information is also important to ensure that this information is what you expect, otherwise you may use the wrong account or run or store things in the wrong place. It is important to be clear about these terms as they are often different in other cloud providers. We provide a [glossary of GCP terms](glossary.ipynb) for your reference." + "Before we get started we must first define, and find, a few key pieces of information about your environment that will be used throughout this lesson. This information is also important to ensure that this information is what you expect, otherwise you may use the wrong account or run or store things in the wrong place. It is important to be clear about these terms as they are often different in other cloud providers. We provide a [glossary of Google Cloud terms](glossary.ipynb) for your reference. Please note \"Google Cloud\" was formarly called \"GCP\"." ] }, { @@ -48,7 +48,7 @@ "source": [ "## Accounts (Authentication and Identity)\n", "\n", - "The (Google) **Account** is the identity used to access the Google Cloud Platform web console and is in the form of an email address and is associated with an individual (the *who* is *you*!). This is typically the account you use to access Google services associated with your institution and not your personal account. This is the \"Who\" of the cloud. We will now login to the Google Cloud Platform web console and verify our account.\n", + "The (Google) **Account** is the identity used to access the Google Cloud web console and is in the form of an email address and is associated with an individual (the *who* is *you*!). This is typically the account you use to access Google services associated with your institution and not your personal account. This is the \"Who\" of the cloud. We will now login to the Google Cloud web console and verify our account.\n", "\n", " * Login to the web console with your (Google) Account by going to [https://console.cloud.google.com/](https://console.cloud.google.com/)\n", " * Login with your credentials if you have not done so already.\n", @@ -86,7 +86,7 @@ "source": [ "## Projects\n", "\n", - "Almost everything you will do within Google Cloud Platform must be associated with a **Project**. This is the \"**Where**\" of the cloud. You must have at least one Project and you can manage multiple Projects within a single (Google) Account. Always make sure you are working in the correct project!\n", + "Almost everything you will do within Google Cloud must be associated with a **Project**. This is the \"**Where**\" of the cloud. You must have at least one Project and you can manage multiple Projects within a single (Google) Account. Always make sure you are working in the correct project!\n", "\n", "To find more information and change project settings\n", " * Click on the \"Settings and Utilities button (**kabob** on the top right - see below) and then click on \"Project Settings\"\n", @@ -112,7 +112,7 @@ ":class: exercise\n", "\n", "Take a few moments to ask yourself the following questions:\n", - " * What is the *name* of the Project you are currently using in the Google Cloud Platform web console?\n", + " * What is the *name* of the Project you are currently using in the Google Cloud web console?\n", " * What is the *Project ID* of that project?\n", " * What is the *Project Number* of that project?\n", " * Do you have multiple projects?\n", @@ -178,13 +178,13 @@ "source": [ "## Everything Else\n", "\n", - "If you did not already notice, every page on the GCP web console has a blue navigation bar at the top of the page. This can be used to quickly navigate to the page you need.\n", + "If you did not already notice, every page on the Google Cloud web console has a blue navigation bar at the top of the page. This can be used to quickly navigate to the page you need.\n", "\n", "![blue-bar](img/blue-bar.png)\n", "\n", "From left to right of the blue top navigation bar we have the following items (hover over the item with your mouse to see the name):\n", " 1. Navigation Menu (often called the hamburger) allows you to go to each project and services page (shown below).\n", - " 2. Welcome (\"Google Cloud Platform\") provides an overview of your project.\n", + " 2. Welcome (\"Google Cloud\") provides an overview of your project.\n", " * Click \"Dashboard\" it and note resources, billing, and platform Status\n", " * This page is customizable and may look different.\n", " 3. Project selection button showing the current project name with a drop-down arrow.\n", diff --git a/content/GCP/03_intro_to_cloud_storage.ipynb b/content/GCP/03_intro_to_cloud_storage.ipynb index 27b1c18..fbd657c 100644 --- a/content/GCP/03_intro_to_cloud_storage.ipynb +++ b/content/GCP/03_intro_to_cloud_storage.ipynb @@ -43,7 +43,7 @@ "source": [ "## Storage\n", "\n", - "There are many storage products and services in the cloud. One of the most common and economic ways to store data in the cloud is to use object storage. In GCP object storage is called *Google Cloud Storage*, which is similar to the Simple Storage Service, also known as S3, on Amazon Web Services (AWS). For object storage, information is stored as a collection of key-value pairs. This is different to how data is commonly stored on laptops and high performance computing clusters (supercomputers)." + "There are many storage products and services in the cloud. One of the most common and economic ways to store data in the cloud is to use object storage. In Google Cloud object storage is called *Google Cloud Storage*, which is similar to the Simple Storage Service, also known as S3, on Amazon Web Services (AWS). For object storage, information is stored as a collection of key-value pairs. This is different to how data is commonly stored on laptops and high performance computing clusters (supercomputers)." ] }, { @@ -219,7 +219,7 @@ "id": "97d7ebc5-4a81-4f1a-aaf3-517adf70640a", "metadata": {}, "source": [ - "## Resources in Google Cloud Platform (Optional)\n", + "## Resources in Google Cloud (Optional)\n", "\n", "Even though we only covered the Google Cloud Storage service in this episode, this process can be used for other *resources* allocated in the cloud. The term *resource* is used for the \"things\" that live in a Project, such as compute, storage, and networking and other services. Resources have the following characteristics:\n", "\n", diff --git a/content/GCP/04_intro_to_cli.ipynb b/content/GCP/04_intro_to_cli.ipynb index 33404b9..b7d4222 100644 --- a/content/GCP/04_intro_to_cli.ipynb +++ b/content/GCP/04_intro_to_cli.ipynb @@ -52,7 +52,7 @@ "\n", "Just as with navigating the web console it is important to know the **who**, **where**, and **what** of CLI access to reduce the possibility of access mistakes. We will first verify the tools are installed and configured correctly. Next we get the Account being used (who) and the Project ID of the active project (where) using the `gcloud` command. We will then use the `gcloud` and `gsutil` commands to list some public Buckets (what).\n", "\n", - "The `gcloud` command is used to control most aspects of GCP and the `gsutil` command is used to control Google Cloud Storage Buckets. To access the manual pages for a command just add `--help` to the end of the command or run `gcloud help` for more information.\n", + "The `gcloud` command is used to control most aspects of Google Cloud and the `gsutil` command is used to control Google Cloud Storage Buckets. To access the manual pages for a command just add `--help` to the end of the command or run `gcloud help` for more information.\n", "\n", "When running CLI commands you may get a dialog box to authorize the command. You should \"Authorize\" the request to allow the Cloud Shell to access the Project using your (Google) Account.\n" ] diff --git a/content/GCP/06_running_analysis.ipynb b/content/GCP/06_running_analysis.ipynb index 24868aa..90d0978 100644 --- a/content/GCP/06_running_analysis.ipynb +++ b/content/GCP/06_running_analysis.ipynb @@ -1613,7 +1613,7 @@ "source": [ "## Viewing the Results\n", "\n", - "You now can view the results by using the Google Cloud Platform Web Console and navigating to \"Cloud Storage\", selecting the bucket, and then the result object you wish to view (select the `.png` file). You will need to click the \"Preview\" button given the large size of the image." + "You now can view the results by using the Google Cloud Web Console and navigating to \"Cloud Storage\", selecting the bucket, and then the result object you wish to view (select the `.png` file). You will need to click the \"Preview\" button given the large size of the image." ] }, { diff --git a/content/GCP/06_sharing_results.ipynb b/content/GCP/06_sharing_results.ipynb index b5a9cc0..8823e95 100644 --- a/content/GCP/06_sharing_results.ipynb +++ b/content/GCP/06_sharing_results.ipynb @@ -83,7 +83,7 @@ }, "source": [ "We will now add Members to a Bucket using the Web Console. We will use the Web Console to interactively build the policy binding by doing the following:\n", - " * Navigation Menu -> **Storage/Cloud Storage** -> Browser -> Click on the Bucket Name (**Bucket Details**) -> Select the **Permissions** tab -> Click **Add** next to \"Permissions\" above the permissions list.\n", + " * Navigation Menu -> **Storage/Cloud Storage** -> Buckets -> Click on the Bucket Name (**Bucket Details**) -> Select the **Permissions** tab -> Click **Add** next to \"Permissions\" above the permissions list.\n", " * In the \"**New Principals**\" box add the Identity for the collaborator (another individual) as directed by the instructor.\n", " * Select the \"**Storage Object Viewer**\" by typing \"Storage Object Viewer\" in the filter and then selecting \"Storage Object Viewer\". Do not use any \"Legacy Storage\" roles.\n", " * Click \"Save\" to save the policy.\n", diff --git a/content/GCP/07_monitoring_costs.ipynb b/content/GCP/07_monitoring_costs.ipynb index 521ca09..ca43b26 100644 --- a/content/GCP/07_monitoring_costs.ipynb +++ b/content/GCP/07_monitoring_costs.ipynb @@ -41,7 +41,7 @@ "Projects and Billing Accounts are two different things in Google Cloud. In order for a Project operate it must have a Billing Account to charge any expenses to. Even if a project is utilizing credits it must have a Billing Account associated with it. Projects within an organization will often have the Billing Account controlled directly by the organization.\n", "\n", "To find out more about the Billing Account associated with your project do the following:\n", - " * Click **Google Cloud Platform** (this will ensure your project is selected)\n", + " * Click **Google Cloud** (this will ensure your project is selected)\n", " * Double check that the Project ID and name is correct.\n", " * Select **Navigation Menu -> Billing** \n", " * If you get a \"You have multiple billing accounts\" select \"**Go to linked billing account**\"\n", @@ -408,7 +408,7 @@ ":::{admonition} Pro Tip\n", ":class: tip\n", "\n", - "Labeling is called Tagging on AWS and Azure - tagging in GCP is related to firewalls).\n", + "Labeling is called Tagging on AWS and Azure - tagging in Google Cloud is related to firewalls).\n", "\n", ":::" ] diff --git a/content/GCP/08_cleaning_up_resources.ipynb b/content/GCP/08_cleaning_up_resources.ipynb index 388edb8..6882aad 100644 --- a/content/GCP/08_cleaning_up_resources.ipynb +++ b/content/GCP/08_cleaning_up_resources.ipynb @@ -105,7 +105,7 @@ "id": "440b89c3-52e1-44bb-945c-d323fccbf2e0", "metadata": {}, "source": [ - "Navigate to the **Cloud Storage** service and in the **browser** page and remove the *essentials* Bucket." + "Navigate to the **Cloud Storage** service and in the **Buckets** page and remove the *essentials* Bucket." ] }, { @@ -148,7 +148,7 @@ "metadata": {}, "source": [ "To verify that the resources have been deleted do the following:\n", - " * Navigate to the **VM Instances** page and **Cloud Storage** **Browser** to verify the resources have been deleted.\n", + " * Navigate to the **VM Instances** page and **Cloud Storage** **Buckets** to verify the resources have been deleted.\n", " * Navigate to the **IAM & Admin** service and in the **Asset Inventory** page to verify that the resources have been deleted. **Note:** the information collected in the asset inventory is often delayed.\n", " * Navigate to the **Activity** page and verify the deletion events. " ] diff --git a/content/GCP/intro_to_GCP_Essentials.ipynb b/content/GCP/intro_to_GCP_Essentials.ipynb index e486192..996b73c 100644 --- a/content/GCP/intro_to_GCP_Essentials.ipynb +++ b/content/GCP/intro_to_GCP_Essentials.ipynb @@ -5,11 +5,11 @@ "id": "21ff6943", "metadata": {}, "source": [ - "# Google Cloud Platform (GCP)\n", + "# Google Cloud\n", "\n", "The modules in this lesson are: \n", "\n", - "1. [Introduction to the GCP Cloud Console](./01_intro_to_cloud_console)\n", + "1. [Introduction to the Google Cloud Console](./01_intro_to_cloud_console)\n", "2. [Introduction to Cloud Compute](./02_intro_to_compute)\n", "3. [Introduction to Cloud Storage](./03_intro_to_cloud_storage)\n", "4. [Introduction to the Cloud CLI](./04_intro_to_cli)\n",