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

Commit

Permalink
Fixed links
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda-tan committed Feb 11, 2022
1 parent 25dab2d commit 350e91f
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 31 deletions.
32 changes: 16 additions & 16 deletions content/AWS/02_intro_to_compute_part1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -70,7 +70,7 @@
},
{
"cell_type": "markdown",
"id": "b9809503",
"id": "a6f5824f",
"metadata": {},
"source": [
"## 1. Select an AMI\n",
Expand All @@ -94,7 +94,7 @@
},
{
"cell_type": "markdown",
"id": "17597535",
"id": "3712a9db",
"metadata": {},
"source": [
"## Step 2: Choose an Instance Type\n",
Expand All @@ -117,7 +117,7 @@
},
{
"cell_type": "markdown",
"id": "4ee655a3",
"id": "c0e03ae3",
"metadata": {},
"source": [
"![Choose an Instance Type](images/ec2-type.png)\n",
Expand All @@ -141,7 +141,7 @@
},
{
"cell_type": "markdown",
"id": "9c874bad",
"id": "c7029aff",
"metadata": {},
"source": [
"```{admonition} Exercise\n",
Expand All @@ -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",
Expand All @@ -172,7 +172,7 @@
},
{
"cell_type": "markdown",
"id": "55f4f9af",
"id": "3e2da435",
"metadata": {},
"source": [
"## Step 5: Add Tags\n",
Expand All @@ -184,7 +184,7 @@
},
{
"cell_type": "markdown",
"id": "bd0b7892",
"id": "6dda5e17",
"metadata": {},
"source": [
"## Step 6: Configure Security Group\n",
Expand All @@ -196,7 +196,7 @@
},
{
"cell_type": "markdown",
"id": "d4b441c6",
"id": "49aa09c0",
"metadata": {},
"source": [
"## Step 7: Review Instance Launch\n",
Expand All @@ -211,15 +211,15 @@
{
"cell_type": "code",
"execution_count": null,
"id": "1e918e55",
"id": "40dc7b7d",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -233,7 +233,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.5"
"version": "3.10.2"
}
},
"nbformat": 4,
Expand Down
19 changes: 9 additions & 10 deletions content/AWS/intro_to_AWS_Essentials.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,26 @@
"cells": [
{
"cell_type": "markdown",
"id": "21ff6943",
"id": "1ce5c672",
"metadata": {},
"source": [
"# Amazon Web Services (AWS)\n",
"\n",
"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"
},
Expand All @@ -36,7 +35,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.5"
"version": "3.10.2"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion content/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)!


<!-- #endregion -->
8 changes: 4 additions & 4 deletions content/intro_to_cloud.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "21ff6943",
"id": "3d1d798c",
"metadata": {},
"source": [
"# Cloud Computing for Research\n",
Expand All @@ -27,7 +27,7 @@
},
{
"cell_type": "markdown",
"id": "993c138d",
"id": "9004fb67",
"metadata": {},
"source": [
"## Background\n",
Expand Down Expand Up @@ -62,7 +62,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "f406b779",
"id": "a4a7ba6a",
"metadata": {},
"outputs": [],
"source": []
Expand All @@ -84,7 +84,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.3"
"version": "3.10.2"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 350e91f

Please sign in to comment.