chefgs / aws_cli_scripts

AWS Resource Creation Scripts using AWS CLI commands

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

AWS Resource Creation Scripts using AWS CLI commands

License:Apache License 2.0


Languages

Language:Shell 100.0%