This repository contains scripts useful for daily operations in the AWS cloud.
- The scripts are based on the AWS Cli commands, for more information please refer to AWS Cli Commands link
- To install AWS Cli please refer to Installing the AWS CLI link
- To configure your AWS credentials please refer to Configuration and Credential File Settings link
- To run the .sh scripts please first change the properties making them executable using the command:
chmod +x scriptname.sh
then use the command:
./scriptname.sh
- All scripts are provided AS IS without warranty of any kind. The entire risk arising out of the use or performance of the sample scripts and documentation remains with you. In no event i will be liable for any damages whatsoever (including, without limitation, damages for loss of business profits, business interruption, loss of business information, or other pecuniary loss) arising out of the use of or inability to use the sample scripts or documentation.