A collection of AWS tools like Shell & Python scripts that make your DevOps life a little easier.
Contributions are welcome!
Review the Contributing Guidelines.
- What is the AWS Command Line Interface?
- How to install the AWS CLI
- Configure the AWS CLI for usage
- Some examples on how to use the AWS CLI to work with AWS Services
General scripts | Functionality |
---|---|
boto3-multi-account-execution.py | This script gives you the ability to run Boto3 commands on all accounts which are specified in the aws_account_list. |
EC2 scripts | Functionality |
---|---|
ec2-asg-ssh.sh | A ssh wrapper for connecting quickly to EC2 instances in an Auto Scaling group. |
ec2-available-eip.sh | Shows Elastic IP addresses which haven't been associated yet. |
SSM scripts | Functionality |
---|---|
ssm-parameter-delete.sh | This script allows you to delete ssm parameters through a json file. |
ssm-parameter-register.sh | This script allows you to import ssm parameters through a json file. |
- steampipe - Query AWS resources in a SQL like fashion.
- Awesome CDK - Curated list of awesome AWS Cloud Development Kit (AWS CDK) open-source projects, guides, blogs and other resources.
- Awesome CloudFormation - A curated list of resources and projects for working with AWS CloudFormation.
- Awesome CI - List of Continuous Integration services