From 350e91fad00ade4ab15049b509400c15f94d868e Mon Sep 17 00:00:00 2001 From: Amanda Tan Date: Thu, 10 Feb 2022 18:22:10 -0800 Subject: [PATCH] Fixed links --- content/AWS/02_intro_to_compute_part1.ipynb | 32 ++++++++++----------- content/AWS/intro_to_AWS_Essentials.ipynb | 19 ++++++------ content/intro.md | 2 +- content/intro_to_cloud.ipynb | 8 +++--- 4 files changed, 30 insertions(+), 31 deletions(-) diff --git a/content/AWS/02_intro_to_compute_part1.ipynb b/content/AWS/02_intro_to_compute_part1.ipynb index 07c12d4..285db29 100644 --- a/content/AWS/02_intro_to_compute_part1.ipynb +++ b/content/AWS/02_intro_to_compute_part1.ipynb @@ -2,10 +2,10 @@ "cells": [ { "cell_type": "markdown", - "id": "dc57021c", + "id": "ab9943d4", "metadata": {}, "source": [ - "# Introduction to Elastic Cloud Compute (EC2) - Part 1\n", + "# Introduction to Elastic Cloud Compute (EC2)\n", "\n", "\n", "```{admonition} Overview\n", @@ -30,7 +30,7 @@ }, { "cell_type": "markdown", - "id": "502f2360", + "id": "eea6fe0f", "metadata": {}, "source": [ "Recall that the two fundamental components of cloud computing is compute and storage. On AWS, a \"virtual server\" or \"virtual computer\" is known as an **Elastic Cloud Compute (EC2) instance**; sometimes it's called \"EC2\", sometimes it's called an \"instance\" to denote that the ability to build and terminate this server instantaneously, but they all mean the same thing. An EC2 instance is no different from a server that sits under your desk, or your local departmental cluster, or even your local HPC cluster. You even boot up an EC2 instance through the web console, install software and then shut down your instance just like you would a real computer, except that Amazon takes care of the physical machinery while you are in charge of process of creating the computer. In some sense, you can think of utilizing an EC2 instance as renting a server or computer from Amazon! \n", @@ -43,7 +43,7 @@ }, { "cell_type": "markdown", - "id": "bc5d082d", + "id": "ef47ad97", "metadata": {}, "source": [ "We begin with the AWS console again. Under the \"Build a Solution\" panel, select `Launch a Virtual Machine`\n", @@ -70,7 +70,7 @@ }, { "cell_type": "markdown", - "id": "b9809503", + "id": "a6f5824f", "metadata": {}, "source": [ "## 1. Select an AMI\n", @@ -94,7 +94,7 @@ }, { "cell_type": "markdown", - "id": "17597535", + "id": "3712a9db", "metadata": {}, "source": [ "## Step 2: Choose an Instance Type\n", @@ -117,7 +117,7 @@ }, { "cell_type": "markdown", - "id": "4ee655a3", + "id": "c0e03ae3", "metadata": {}, "source": [ "![Choose an Instance Type](images/ec2-type.png)\n", @@ -141,7 +141,7 @@ }, { "cell_type": "markdown", - "id": "9c874bad", + "id": "c7029aff", "metadata": {}, "source": [ "```{admonition} Exercise\n", @@ -154,13 +154,13 @@ }, { "cell_type": "markdown", - "id": "1b8642f4", + "id": "8a741315", "metadata": {}, "source": [] }, { "cell_type": "markdown", - "id": "ce945b0d", + "id": "36f10e0d", "metadata": {}, "source": [ "## Step 4. Add Storage\n", @@ -172,7 +172,7 @@ }, { "cell_type": "markdown", - "id": "55f4f9af", + "id": "3e2da435", "metadata": {}, "source": [ "## Step 5: Add Tags\n", @@ -184,7 +184,7 @@ }, { "cell_type": "markdown", - "id": "bd0b7892", + "id": "6dda5e17", "metadata": {}, "source": [ "## Step 6: Configure Security Group\n", @@ -196,7 +196,7 @@ }, { "cell_type": "markdown", - "id": "d4b441c6", + "id": "49aa09c0", "metadata": {}, "source": [ "## Step 7: Review Instance Launch\n", @@ -211,7 +211,7 @@ { "cell_type": "code", "execution_count": null, - "id": "1e918e55", + "id": "40dc7b7d", "metadata": {}, "outputs": [], "source": [] @@ -219,7 +219,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, @@ -233,7 +233,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.5" + "version": "3.10.2" } }, "nbformat": 4, diff --git a/content/AWS/intro_to_AWS_Essentials.ipynb b/content/AWS/intro_to_AWS_Essentials.ipynb index 7db8505..5c74b1a 100644 --- a/content/AWS/intro_to_AWS_Essentials.ipynb +++ b/content/AWS/intro_to_AWS_Essentials.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "markdown", - "id": "21ff6943", + "id": "1ce5c672", "metadata": {}, "source": [ "# Amazon Web Services (AWS)\n", @@ -10,19 +10,18 @@ "The modules in this lesson are: \n", "\n", "1. [Introduction to the AWS Cloud Console](./01_intro_to_cloud_console)\n", - "2. [Introduction to Cloud Compute - Part 1](./02_intro_to_compute_part1)\n", - "3. [Introduction to Cloud Compute - Part 2](./03_intro_to_compute_part2)\n", - "4. [Introduction to Cloud Storage](./04_intro_to_cloud_storage)\n", - "5. [Introduction to the AWS CLI](./05_intro_to_cli)\n", - "6. [Running Analysis on the Cloud](./06_running_analysis)\n", - "7. [Monitoring Costs](./07_monitoring_costs)\n", - "8. [Cleaning up Resources and Best Practices](./08_cleaning_up_resources)" + "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 AWS CLI](./04_intro_to_cli)\n", + "5. [Running Analysis on the Cloud](./05_running_analysis)\n", + "6. [Monitoring Costs](./06_monitoring_costs)\n", + "7. [Cleaning up Resources and Best Practices](./07_cleaning_up_resources)" ] } ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, @@ -36,7 +35,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.5" + "version": "3.10.2" } }, "nbformat": 4, diff --git a/content/intro.md b/content/intro.md index 548df95..0615376 100644 --- a/content/intro.md +++ b/content/intro.md @@ -47,7 +47,7 @@ Please create a [Github issue](https://github.internet2.edu/CLASS/CLASS-Essentia ## Acknowledgements -Content for this site was put together by the Research Engagement team at Internet2. [Find out more here](https://internet2.edu/community/research-engagement/internet2-research-engagement-team/)! +Content for this site was put together by John Hicks, Tim Middelkoop, Ananya Ravipati and Amanda Tan at Internet2 in collaboration with the CLASS and research community. [Find out more here](https://internet2.edu/community/research-engagement/internet2-research-engagement-team/)! diff --git a/content/intro_to_cloud.ipynb b/content/intro_to_cloud.ipynb index 35c9f48..b0822e0 100644 --- a/content/intro_to_cloud.ipynb +++ b/content/intro_to_cloud.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "markdown", - "id": "21ff6943", + "id": "3d1d798c", "metadata": {}, "source": [ "# Cloud Computing for Research\n", @@ -27,7 +27,7 @@ }, { "cell_type": "markdown", - "id": "993c138d", + "id": "9004fb67", "metadata": {}, "source": [ "## Background\n", @@ -62,7 +62,7 @@ { "cell_type": "code", "execution_count": null, - "id": "f406b779", + "id": "a4a7ba6a", "metadata": {}, "outputs": [], "source": [] @@ -84,7 +84,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.3" + "version": "3.10.2" } }, "nbformat": 4,