Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.44 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.44 KB

AWS-CLI-Commands

This repo is intended to be used for mine Introduction to the AWS CLI course on Udemy. But this content will be useful to any AWS CLI user.

Full Course Link and Coupon

The Bash+CLI folder has some powerful scripts that combine the features of Linux Bash and AWS CLI which let you do some cool things.

First example:

you could quickly provision an EC2 by calling an script like this:

./runInstanceDefaultVPC

And you have an instance running!! Remember to make the file executable and to rename the key to that you own.

Second Example:

You can combine bash+CLI to describe tags for all your Elastic Load Balancers on a certain region. You can find this script under Bash+CLI/ELB/ folder or by clicking here

My AWS CLI Videos on Youtube

I have 10+ videos on youtube related to AWS CLI where I use commands in this repo to accomplish tasks like creating a VPC etc. Click the pic below to go to the playlist.

Resources