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

Commit

Permalink
Fix rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiddelkoop committed Dec 16, 2021
1 parent acbc483 commit 1f45ae7
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 48 deletions.
10 changes: 5 additions & 5 deletions content/GCP/01_intro_to_cloud_console.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"**Exercises:**\n",
"\n",
"**Questions:**\n",
" * How do I find things in the web console?\n",
" * How do I access the cloud through the command line?\n",
"* How do I find things in the web console?\n",
"* How do I access the cloud through the command line?\n",
"\n",
"**Objectives:**\n",
" * Login to the Google Cloud web console\n",
" * Find and verify important information about your cloud environment.\n",
" * Find and open the Cloud Shell\n",
"* Login to the Google Cloud web console\n",
"* Find and verify important information about your cloud environment.\n",
"* Find and open the Cloud Shell\n",
"```"
]
},
Expand Down
14 changes: 7 additions & 7 deletions content/GCP/02_intro_to_compute.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"**Exercises:**\n",
"\n",
"**Questions:**\n",
" * How do I create my own computer in the cloud?\n",
"* How do I create my own computer in the cloud?\n",
"\n",
"**Objectives:**\n",
" * Navigate the Google Compute Engine service and terminology.\n",
" * Allocate a virtual machine in Google Compute Engine.\n",
" * Choose a machine type based on the application.\n",
" * Use the cost estimator for Google Compute Engine.\n",
" * Understand what a service account is and how they are used.\n",
" * Learn how to connect to a virtual machine using ssh in the cloud shell with the web console.\n",
"* Navigate the Google Compute Engine service and terminology.\n",
"* Allocate a virtual machine in Google Compute Engine.\n",
"* Choose a machine type based on the application.\n",
"* Use the cost estimator for Google Compute Engine.\n",
"* Understand what a service account is and how they are used.\n",
"* Learn how to connect to a virtual machine using ssh in the cloud shell with the web console.\n",
"```"
]
},
Expand Down
16 changes: 8 additions & 8 deletions content/GCP/03_intro_to_cloud_storage.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
"**Exercises:**\n",
"\n",
"**Questions:**\n",
" * How do I store data in the cloud?\n",
"* How do I store data in the cloud?\n",
"\n",
"**Objectives:**\n",
" * Navigate the Google Cloud Storage service and terminology\n",
" * Understand the roles and permissions needed to use Google Cloud Storage in projects\n",
" * Allocate storage in Google Cloud Storage\n",
" * Find the cost estimator for Google Cloud Storage\n",
" * Recognize that resources have a \"location\"\n",
" * Recognize danger of public access\n",
" * De-allocate Google Cloud Storage storage\n",
"* Navigate the Google Cloud Storage service and terminology\n",
"* Understand the roles and permissions needed to use Google Cloud Storage in projects\n",
"* Allocate storage in Google Cloud Storage\n",
"* Find the cost estimator for Google Cloud Storage\n",
"* Recognize that resources have a \"location\"\n",
"* Recognize danger of public access\n",
"* De-allocate Google Cloud Storage storage\n",
"```"
]
},
Expand Down
16 changes: 8 additions & 8 deletions content/GCP/04_intro_to_cli.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
"**Exercises:**\n",
"\n",
"**Questions:**\n",
" * How do I use the Cloud CLI?\n",
" * How do I use `gcloud`?\n",
"* How do I use the Cloud CLI?\n",
"* How do I use `gcloud`?\n",
"\n",
"**Objectives:**\n",
" * Find and use the \"Cloud Shell\" in the web console.\n",
" * Use basic cloud CLI commands (`gcloud` and `gsutil`).\n",
" * Verify basic settings.\n",
" * Use environment variables for configuration.\n",
" * Understand the importance of using variables for configuration.\n",
" * Recognize the value of reproducibility and automation.\n",
"* Find and use the \"Cloud Shell\" in the web console.\n",
"* Use basic cloud CLI commands (`gcloud` and `gsutil`).\n",
"* Verify basic settings.\n",
"* Use environment variables for configuration.\n",
"* Understand the importance of using variables for configuration.\n",
"* Recognize the value of reproducibility and automation.\n",
"```\n",
" \n",
"Resources\n",
Expand Down
8 changes: 4 additions & 4 deletions content/GCP/05_cli_storage.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"**Exercises:**\n",
"\n",
"**Questions:**\n",
" * How do I store data in a Bucket?\n",
"* How do I store data in a Bucket?\n",
"\n",
"**Objectives:**\n",
" * Manage buckets using the command line.\n",
" * Create a bucket with a sensible configuration.\n",
" * Learn to manage data (add, list, retrieve, delete) in a bucket using the command line.\n",
"* Manage buckets using the command line.\n",
"* Create a bucket with a sensible configuration.\n",
"* Learn to manage data (add, list, retrieve, delete) in a bucket using the command line.\n",
"```\n"
]
},
Expand Down
4 changes: 2 additions & 2 deletions content/GCP/06_running_analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"**Exercises:**\n",
"\n",
"**Questions:**\n",
" * Can you show me an example?\n",
"* Can you show me an example?\n",
"\n",
"**Objectives:**\n",
" * Create a simple workflow using a cloud VM and cloud object storage.\n",
"* Create a simple workflow using a cloud VM and cloud object storage.\n",
"\n",
"```"
]
Expand Down
20 changes: 10 additions & 10 deletions content/GCP/07_monitoring_costs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
"**Exercises:**\n",
"\n",
"**Questions:**\n",
" * How do I find out how much I have spent and what things cost?\n",
" * How do I find what is running and stored in my project?\n",
"* How do I find out how much I have spent and what things cost?\n",
"* How do I find what is running and stored in my project?\n",
"\n",
"**Objectives:**\n",
" * Learn about Billing Accounts\n",
" * Find information about the Billing Account associated with your project\n",
" * Determine the permissions you have on the Billing Account\n",
" * Find and monitor your spend with billing reports\n",
" * Find where to set Billing Alerts.\n",
" * List all resources in a Project\n",
" * List resources in a service\n",
" * Understand how labels are used\n",
"* Learn about Billing Accounts\n",
"* Find information about the Billing Account associated with your project\n",
"* Determine the permissions you have on the Billing Account\n",
"* Find and monitor your spend with billing reports\n",
"* Find where to set Billing Alerts.\n",
"* List all resources in a Project\n",
"* List resources in a service\n",
"* Understand how labels are used\n",
" \n",
"```"
]
Expand Down
8 changes: 4 additions & 4 deletions content/GCP/08_cleaning_up_resources.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"**Exercises:**\n",
"\n",
"**Questions:**\n",
" * How do I clean up after I'm done for the day?\n",
" * How do I make sure everything is gone?\n",
"* How do I clean up after I'm done for the day?\n",
"* How do I make sure everything is gone?\n",
"\n",
"**Objectives:**\n",
" * Cleanup resources created by the Lesson.\n",
" * Verify that all the resources have been removed.\n",
"* Cleanup resources created by the Lesson.\n",
"* Verify that all the resources have been removed.\n",
"\n",
"```"
]
Expand Down

0 comments on commit 1f45ae7

Please sign in to comment.