Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
CLASS-Essentials/content/AWS/.ipynb_checkpoints/intro_to_AWS_Essentials-checkpoint.ipynb
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
43 lines (43 sloc)
1.1 KB
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
{ | |
"cells": [ | |
{ | |
"cell_type": "markdown", | |
"id": "21ff6943", | |
"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](./02_intro_to_compute_part1)\n", | |
"3. [Introduction to the AWS CLI](./04_intro_to_cli)\n", | |
"4. [Introduction to Cloud Storage](./05_intro_to_cloud_storage)\n", | |
"5. [Running Analysis on the Cloud](./06_running_analysis)\n", | |
"6. [Monitoring Costs](./07_monitoring_costs)\n", | |
"7. [Cleaning up Resources and Best Practices](./08_cleaning_up_resources)" | |
] | |
} | |
], | |
"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 | |
} |