Learn AWS CloudShell

preview_player
Показать описание
Learn to use AWS Cloud Shell to master the AWS ecosystem.
In this tutorial the following techniques are covered:

Bash, ZSH, PowerShell, S3, Lambda, Python, IPython, Pip, Boto3, DynamoDB and Cloud9.

00:00 Intro
02:27 Overview CloudShell
04:04 Launching CloudShell
04:10 CloudShell Split Screen
04:53 Upload File
06:23 Download File
07:36 Bashrc ~/.bashrc
08:51 Using ZSH and PowerShell
10:43 Create Bucket with AWS CloudShell
11:13 Inspecting bucket
12:32 Using AWS s3 sync
15:37 Creating tables with DynamoDB
17:43 Creating an AWS Cloud9 EC2 Environment via shell
19:48 Creating EC2 instance and running it
21:13 Creating SAM lambda service
27:39 Creating Python Virtual Environment
29:14 Using IPython terminal in AWS CloudShell
29:54 Using Boto3 with IPython in AWS CloudShell

If you enjoyed this video, here are additional resources to look at:

Рекомендации по теме
Комментарии
Автор

Just getting started with AWS. Great tutorial. Thanks for the video.

zevex
Автор

Hi, great tutorial. Is there a way to schedule a command, e.g 'aws s3 sync' to run. I do not want to login and run it manually all the time.

reemdawg
Автор

i tried this command in cloudshell and it can't see any load balancer: aws elb describe-load-balancers. I double checked that I have an active one . I am trying to use it as a way to get complete json definitions for much of the configuration I doing via the wizards. Is a good way? Thanks in advance.

startlingbird