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.
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.
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.
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
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.
- AWS CLI Official Documentation:
- Install AWS CLI
- CLI Exit codes