Skip to content

chefgs/aws_cli_scripts

Repository files navigation

aws_cli_scripts

Example Scripts using AWS CLI commands

Purpose

These scripts can be used as a ready reference for creation of below mentioned AWS resources,
1. EC2 instances
2. ELB of type Classic and V2
3. RDS instances of type MySQL

Users can use the scripts for their own purpose and customise it, if required.

There are also scripts added to terminate the resources too.

Pre-Requisite to run the scripts

AWS CLI


Installation can be referred here for All Operating System
Configuration can be referred here

Since the scripts are writted in shell, it is ready to be run in Linux flavours
But running the scripts in Windows requires Git Bash for Windows