diff --git a/content/AWS/04_intro_to_cloud_storage.ipynb b/content/AWS/04_intro_to_cloud_storage.ipynb new file mode 100644 index 0000000..ebe87e2 --- /dev/null +++ b/content/AWS/04_intro_to_cloud_storage.ipynb @@ -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": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\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 +} diff --git a/content/AWS/05_intro_to_cli.ipynb b/content/AWS/05_intro_to_cli.ipynb new file mode 100644 index 0000000..a92d2ba --- /dev/null +++ b/content/AWS/05_intro_to_cli.ipynb @@ -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 +} diff --git a/content/AWS/images/ec2-confirm.png b/content/AWS/images/ec2-confirm.png new file mode 100644 index 0000000..64a401a Binary files /dev/null and b/content/AWS/images/ec2-confirm.png differ diff --git a/content/AWS/images/ec2-launch.png b/content/AWS/images/ec2-launch.png new file mode 100644 index 0000000..931f8e7 Binary files /dev/null and b/content/AWS/images/ec2-launch.png differ diff --git a/content/AWS/images/ec2-sg.png b/content/AWS/images/ec2-sg.png new file mode 100644 index 0000000..fc1c81e Binary files /dev/null and b/content/AWS/images/ec2-sg.png differ diff --git a/content/AWS/images/ec2-sshkey.png b/content/AWS/images/ec2-sshkey.png new file mode 100644 index 0000000..875d6e0 Binary files /dev/null and b/content/AWS/images/ec2-sshkey.png differ diff --git a/content/AWS/images/ec2-storage.png b/content/AWS/images/ec2-storage.png new file mode 100644 index 0000000..7429eea Binary files /dev/null and b/content/AWS/images/ec2-storage.png differ diff --git a/content/AWS/images/ec2-tags.png b/content/AWS/images/ec2-tags.png new file mode 100644 index 0000000..81a657f Binary files /dev/null and b/content/AWS/images/ec2-tags.png differ diff --git a/content/AWS/images/s3_launch.png b/content/AWS/images/s3_launch.png new file mode 100644 index 0000000..d3e2cb9 Binary files /dev/null and b/content/AWS/images/s3_launch.png differ diff --git a/content/AWS/images/s3_launch_1.png b/content/AWS/images/s3_launch_1.png new file mode 100644 index 0000000..86fd116 Binary files /dev/null and b/content/AWS/images/s3_launch_1.png differ diff --git a/content/AWS/images/s3_launch_2.png b/content/AWS/images/s3_launch_2.png new file mode 100644 index 0000000..b44577e Binary files /dev/null and b/content/AWS/images/s3_launch_2.png differ diff --git a/content/AWS/images/s3_launch_3.png b/content/AWS/images/s3_launch_3.png new file mode 100644 index 0000000..bd9cf2a Binary files /dev/null and b/content/AWS/images/s3_launch_3.png differ diff --git a/content/AWS/images/s3_launch_4.png b/content/AWS/images/s3_launch_4.png new file mode 100644 index 0000000..ccc2d76 Binary files /dev/null and b/content/AWS/images/s3_launch_4.png differ