-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Amanda Tan
committed
Jan 10, 2022
1 parent
a06ac4d
commit 07639d5
Showing
13 changed files
with
130 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.