From 1f45ae774b3be0f3ea77b7b383c87f4c0301d4fc Mon Sep 17 00:00:00 2001 From: Timothy Middelkoop Date: Thu, 16 Dec 2021 21:39:17 +0000 Subject: [PATCH] Fix rendering --- content/GCP/01_intro_to_cloud_console.ipynb | 10 +++++----- content/GCP/02_intro_to_compute.ipynb | 14 +++++++------- content/GCP/03_intro_to_cloud_storage.ipynb | 16 ++++++++-------- content/GCP/04_intro_to_cli.ipynb | 16 ++++++++-------- content/GCP/05_cli_storage.ipynb | 8 ++++---- content/GCP/06_running_analysis.ipynb | 4 ++-- content/GCP/07_monitoring_costs.ipynb | 20 ++++++++++---------- content/GCP/08_cleaning_up_resources.ipynb | 8 ++++---- 8 files changed, 48 insertions(+), 48 deletions(-) diff --git a/content/GCP/01_intro_to_cloud_console.ipynb b/content/GCP/01_intro_to_cloud_console.ipynb index 4659fa6..2983c0a 100644 --- a/content/GCP/01_intro_to_cloud_console.ipynb +++ b/content/GCP/01_intro_to_cloud_console.ipynb @@ -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", "```" ] }, diff --git a/content/GCP/02_intro_to_compute.ipynb b/content/GCP/02_intro_to_compute.ipynb index 04310b7..5eb30ff 100644 --- a/content/GCP/02_intro_to_compute.ipynb +++ b/content/GCP/02_intro_to_compute.ipynb @@ -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", "```" ] }, diff --git a/content/GCP/03_intro_to_cloud_storage.ipynb b/content/GCP/03_intro_to_cloud_storage.ipynb index ada3730..815b737 100644 --- a/content/GCP/03_intro_to_cloud_storage.ipynb +++ b/content/GCP/03_intro_to_cloud_storage.ipynb @@ -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", "```" ] }, diff --git a/content/GCP/04_intro_to_cli.ipynb b/content/GCP/04_intro_to_cli.ipynb index 0eaedc6..dd4d0df 100644 --- a/content/GCP/04_intro_to_cli.ipynb +++ b/content/GCP/04_intro_to_cli.ipynb @@ -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", diff --git a/content/GCP/05_cli_storage.ipynb b/content/GCP/05_cli_storage.ipynb index dd02551..fca81f9 100644 --- a/content/GCP/05_cli_storage.ipynb +++ b/content/GCP/05_cli_storage.ipynb @@ -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" ] }, diff --git a/content/GCP/06_running_analysis.ipynb b/content/GCP/06_running_analysis.ipynb index d5e30a5..a9856bb 100644 --- a/content/GCP/06_running_analysis.ipynb +++ b/content/GCP/06_running_analysis.ipynb @@ -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", "```" ] diff --git a/content/GCP/07_monitoring_costs.ipynb b/content/GCP/07_monitoring_costs.ipynb index d9c6ac1..39eb3db 100644 --- a/content/GCP/07_monitoring_costs.ipynb +++ b/content/GCP/07_monitoring_costs.ipynb @@ -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", "```" ] diff --git a/content/GCP/08_cleaning_up_resources.ipynb b/content/GCP/08_cleaning_up_resources.ipynb index dc69866..b5049bd 100644 --- a/content/GCP/08_cleaning_up_resources.ipynb +++ b/content/GCP/08_cleaning_up_resources.ipynb @@ -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", "```" ]