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

Commit

Permalink
GCP: Minor updates due to the new "welcome" page
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiddelkoop committed May 20, 2022
1 parent 3fc7dc5 commit 929b592
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions content/GCP/01_intro_to_cloud_console.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@
"\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. Dashboard (\"Google Cloud Platform\") provides an overview of your project.\n",
" * Click it and note resources, billing, and platform Status\n",
" 2. Welcome (\"Google Cloud Platform\") 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",
" 4. Search bar - type in service or keywords\n",
Expand Down
2 changes: 1 addition & 1 deletion content/GCP/02_intro_to_compute.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"\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.\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",
" * 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 Down
2 changes: 1 addition & 1 deletion content/GCP/03_intro_to_cloud_storage.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"\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.\n",
" * Navigate to the project **Dashboard** by clicking on \"Google Cloud Platform\" on the left side of the top blue bar and clicking on the \"*Dashboard*\" link.\n",
" * Select **Activity** tab just below the top blue bar.\n",
" * Look for the row with **Create Bucket** on the top of the table. This shows that the bucket 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 bucket. The details are not really important at this time, just know they exist.\n",
Expand Down
9 changes: 4 additions & 5 deletions content/GCP/07_monitoring_costs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,9 @@
"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",
" * **Navigation Menu -> Home** (this will ensure your project is selected)\n",
" * Double check that the Project ID and name in the \"Project Info\" card is correct.\n",
" * Note the billing card, but do not click on it.\n",
" * **Navigation Menu -> Billing** \n",
" * Click **Google Cloud Platform** (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",
" * If you get a \"This project has no billing account\" you cannot incur any charges on this account. Since you do not have a billing account you have no charges to monitor or set alerts on. You will need to associate or create a billing account to do anything.\n",
" * Select **Account Management** on the *Left Sidebar* of the Billing page.\n",
Expand Down Expand Up @@ -84,7 +83,7 @@
" * \"Daily\"\n",
" * Bar chart (bar chart graph on the right, \"Daily\" is on the left)\n",
" * **Save** view\n",
" * If you cannot save the view you can also click \"Share\" and use the URL to create a bookmark for easy access.\n",
" * If you cannot save the view you can also click \"**Share**\" and use the URL to create a bookmark for easy access.\n",
"\n",
"![billing-report](img/billing-report.png)\n",
"\n",
Expand Down

0 comments on commit 929b592

Please sign in to comment.