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

Commit

Permalink
GCP: Cleanup Products and add "resources".
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiddelkoop committed May 2, 2022
1 parent dc29d1a commit 0ef7ddb
Showing 1 changed file with 27 additions and 6 deletions.
33 changes: 27 additions & 6 deletions content/GCP/01_intro_to_cloud_console.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -126,17 +126,28 @@
"source": [
"## Products\n",
"\n",
"The web console is used to control and observe the cloud from the browser. It should only be used for simple and one-time tasks, exploring new products, accessing documentation, or for monitoring and debugging resources in the cloud. Programmatic control through the console, programming languages (for example Python), and other automation tools should be used for day to day activities to make the most out of the cloud and to help with the reproducibility of research and teaching.\n",
"\n",
"The Navigation Menu (often called the **hamburger**) is used to navigate to the various products, which are also sometimes called services.\n",
"**Products** are the various services offered on Google Cloud such as *Google Compute Engine* and *Cloud Storage*. Within each product you create **resources** that you can use, such virtual machines. The Navigation Menu (often called the **hamburger**) is used to navigate to the various products.\n",
"\n",
"![hamburger-navigation](img/hamburger-navigation.png)\n",
"\n",
" * Click on a product to navigate the product page\n",
" * You can pin frequently used items on the top of this page by clicking on the pin icon. \n",
" * Click the hamburger again to hide the Left Sidebar.\n",
"\n",
"All the different products are the \"**What**\" of the cloud. We will start with compute, called *Google Compute Engine* in the next Episode. "
"All the different products and resources are the \"**What**\" of the cloud. We will start with compute, called *Google Compute Engine* in the next Episode. "
]
},
{
"cell_type": "markdown",
"id": "b87ee733-aed7-452d-96a0-0a07d34e76ec",
"metadata": {},
"source": [
"```{admonition} Tip\n",
":class: tip\n",
"\n",
"The web console is used to control and observe the cloud from the browser. It should only be used for simple and one-time tasks, setting up basic resources exploring new products, accessing documentation, or for monitoring and debugging resources in the cloud. Programmatic control through the console, programming languages (for example Python), and other automation tools should be used for day to day activities to make the most out of the cloud and to help with the reproducibility of research and teaching.\n",
"\n",
"```"
]
},
{
Expand All @@ -148,6 +159,8 @@
"source": [
"```{admonition} Exercise\n",
"\n",
":class: exercise\n",
"\n",
"Take a few moments to navigate a few key products.\n",
" * Navigate to \"Cloud Storage\" under the \"Storage\" product group.\n",
" * You will probably need to \"Enable\" this product first by clicking on the \"Enable\" button on the \"Cloud Storage API\" page. This will only need to be done once per project.\n",
Expand Down Expand Up @@ -244,11 +257,19 @@
"\n",
"Before we move on, do the following:\n",
"* Double check that you are in the correct account and project that you will be using for this lesson.\n",
"* Take a moment to reflect on the \"Who, What, and Where\" of the cloud. \n",
" * What is your Who, What, and Where?\n",
"* Take a moment to reflect on the \"Who, Where, and What\" of the cloud. \n",
" * What is your Who, Where, and What?\n",
" * Why is this important?\n",
"```"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "7756956a-c778-4fec-acc1-2de9e96266b3",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit 0ef7ddb

Please sign in to comment.