Skip to content

Collection of AWS CLI commands for several AWS services.

Notifications You must be signed in to change notification settings

Cloud-Yeti/AWS-CLI-Commands

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Collection of AWS CLI commands for several AWS services.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 55.6%
  • Python 44.4%