Skip to content

Commit

Permalink
Updating images
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanda Tan committed Jan 10, 2022
1 parent a06ac4d commit 07639d5
Show file tree
Hide file tree
Showing 13 changed files with 130 additions and 0 deletions.
73 changes: 73 additions & 0 deletions content/AWS/04_intro_to_cloud_storage.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
{
"cells": [
{
"cell_type": "markdown",
"id": "dc57021c",
"metadata": {},
"source": [
"# Introduction to Cloud Storage\n",
"\n",
"\n",
"```{admonition} Overview\n",
":class: tip\n",
"\n",
"**Teaching: 20 mins**\n",
"\n",
"**Exercises: 10 mins**\n",
"\n",
"**Questions: **\n",
"* What are the different kinds of storage on the cloud?\n",
"* How do I us cloud storage buckets?\n",
"\n",
"**Objectives:**\n",
"* Understand how provision storage buckets\n",
"\n",
"```"
]
},
{
"cell_type": "markdown",
"id": "338a2a01",
"metadata": {},
"source": [
"<img src=\"./images/s3_launch.png\" width=720 align=\"center\">\n",
"\n",
"<img src=\"./images/s3_launch_2.png\" width=720 align=\"center\">\n",
"\n",
"<img src=\"./images/s3_launch_3.png\" width=720 align=\"center\">\n",
"\n",
"<img src=\"./images/s3_launch_4.png\" width=720 align=\"center\">\n",
"\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "11ec13a6",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.5"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
57 changes: 57 additions & 0 deletions content/AWS/05_intro_to_cli.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"cells": [
{
"cell_type": "markdown",
"id": "dc57021c",
"metadata": {},
"source": [
"# Introduction to the AWS CLI\n",
"\n",
"\n",
"```{admonition} Overview\n",
":class: tip\n",
"\n",
"**Teaching: 30 mins**\n",
"\n",
"**Exercises: 10 mins**\n",
"\n",
"**Questions:**\n",
"* How do I use the AWS CLI?\n",
"\n",
"**Objectives:**\n",
"* Understand when and how to use the AWS CLI \n",
"* Understand basic AWS CLI commands to provision resources\n",
"```"
]
},
{
"cell_type": "markdown",
"id": "8e8dd80c",
"metadata": {},
"source": [
"Now that we have successfully created an EC2 Instance and an s3 bucket, we will explore ways that these two AWS resources can interact. While your s3 bucket from the previously lesson is launching, we will navigate to the "
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.5"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
Binary file added content/AWS/images/ec2-confirm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/AWS/images/ec2-launch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/AWS/images/ec2-sg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/AWS/images/ec2-sshkey.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/AWS/images/ec2-storage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/AWS/images/ec2-tags.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/AWS/images/s3_launch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/AWS/images/s3_launch_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/AWS/images/s3_launch_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/AWS/images/s3_launch_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/AWS/images/s3_launch_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 07639d5

Please sign in to comment.