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

Commit

Permalink
Updated Episodes 06,07
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda-tan committed Feb 14, 2022
1 parent 46d2e11 commit 1fdc08d
Show file tree
Hide file tree
Showing 13 changed files with 201 additions and 433 deletions.
43 changes: 28 additions & 15 deletions content/AWS/01_intro_to_cloud_console.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "64325d0f",
"id": "ab4463e6",
"metadata": {},
"source": [
"# Introduction to the AWS Console\n",
Expand All @@ -28,43 +28,48 @@
},
{
"cell_type": "markdown",
"id": "54c59223",
"id": "5ee1b145",
"metadata": {},
"source": []
},
{
"cell_type": "markdown",
"id": "2477a2d7",
"id": "660d1a7a",
"metadata": {},
"source": [
"## Setup\n",
"\n",
"The console is the point of entry where you will start your AWS journey. If you are participating in the CLASS Essentials Workshop, you will have received a csv file via email. This csv file contains your **username**, **temporary password** and **console login link**. \n",
"The console is the point of entry where you will start your AWS journey. If you are participating in the CLASS Essentials Workshop, you will be provisioned an AWS Academy Account. \n",
"\n",
"```{admonition} Be Aware\n",
":class: danger\n",
"If you are doing self-paced learning, your login information may be different!\n",
"If you are doing self-paced learning, you will need to have your own AWS account, some of the screencaps or instructions may differ!\n",
"```"
]
},
{
"cell_type": "markdown",
"id": "c72b28be",
"id": "21873aae",
"metadata": {},
"source": [
"## Logging in to the console\n",
"Paste your console login link into your web browser. You will see the AWS site requesting you to sign in as an IAM user. Fill in your username and password that was assigned to you in the csv file. You will be asked to change your password the first time you sign in to the console. Fill in your old password and then choose a new password that you can remember! \n",
"## Using AWS Academy \n",
"\n",
"You are now logged on. Welcome to the first step of your cloud journey! \n",
"The URL to AWS Academy is https://awsacademy.instructure.com/login/canvas. Once you sign in, the steps to get to the AWS console where we will begin our journey are as follows:\n",
"\n",
"Below is what your screen should look like when you log in to the AWS console for the first time. If you encounter any pop up boxes, you can exit them. Next, let's take a closer look at some key concepts and components of the AWS console. \n",
"1. Click on 'Modules' on the left menu bar. \n",
"2. Select Learner Lab - Foundational Service \n",
"3. Click Start Lab on the top right corner\n",
"4. Click “AWS” button once the red dot turns to green, this will open the AWS Management Console” page\n",
"\n",
"![First time logging in to the AWS console](images/intro_to_cloud_console/console_start.png)"
"```{admonition} Note\n",
":class: attention\n",
"The pages may take some time to load especially if this your first time logging in to AWS Academy. If you encounter a blank page for a few seconds, please be patient. \n",
"```"
]
},
{
"cell_type": "markdown",
"id": "06ba8d29",
"id": "8a0329cb",
"metadata": {},
"source": [
"## Key concepts and components of the AWS console\n",
Expand All @@ -74,7 +79,7 @@
},
{
"cell_type": "markdown",
"id": "b9a21e7b",
"id": "8528d175",
"metadata": {},
"source": [
"Figure 2 lists the basic components you will see when you first log in to the AWS console. \n",
Expand All @@ -83,7 +88,7 @@
": If you click on the dropdown menu labeled \"Services\" you will see the entire list of services that is offered by AWS. Currently, AWS has over 200 services ranging from compute to machine learning to networking to data storage. The list grows frequently!\n",
"\n",
"**2. Search bar**\n",
": You can also use the search bar to find a particular service or offering that you are interested in. Cloud vendors have proprietary vocabulary or jargon, so it is often useful to be aware of those as you start exploring more in your cloud adoption journey. [Internet2's CLASS Core documentation](https://github.internet2.edu/pages/CLASS/CLASS-Essentials-AWS/vendor_vocabulary.html) provides a basic list of vendor specific cloud terminology. For example, if you wanted to provision or utilize a \"virtual server\", you can try using the search bar to search for \"EC2\" which stands for \"Elastic Cloud Compute\" and is the AWS vocabulary for virtual computers.\n",
": You can also use the search bar to find a particular service or offering that you are interested in. Cloud vendors have proprietary vocabulary or jargon, so it is often useful to be aware of those as you start exploring more in your cloud adoption journey. For example, if you wanted to provision or utilize a \"virtual server\", you can try using the search bar to search for \"EC2\" which stands for \"Elastic Cloud Compute\" and is the AWS vocabulary for virtual computers.\n",
"\n",
"**3. IAM Username and Account**\n",
": The menu bar on the console also lists your IAM username and account number. IAM is short for Identity and Access Management. Identity is a mechanism to authenticate users (e.g. password) and Access is a mechanism for authorizing what kinds of services users have access to. For example, in this scenario, student1 is an IAM user on the account \"4414-3982-1395\". In the creation of the IAM user \"student1\", the administrator (overlord) of the account assigned a particular permission scope (in AWS this is known as roles) to ensure that student1 only has access to a particular set of services and also assigned a password to authenticate user login. IAM is a key component in managing security on the cloud.\n",
Expand All @@ -97,7 +102,7 @@
},
{
"cell_type": "markdown",
"id": "14396589",
"id": "df94798a",
"metadata": {},
"source": [
"```{admonition} Exercise\n",
Expand All @@ -108,6 +113,14 @@
"* What are the three ways you can find an AWS service on the console?\n",
"````"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "0e261320",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down
241 changes: 0 additions & 241 deletions content/AWS/02_intro_to_compute.ipynb

This file was deleted.

Loading

0 comments on commit 1fdc08d

Please sign in to comment.