A small selection of bash scripts to gain insights about your current ec2 services usage.
- aws_list_all_ec2_instances - list ec2 instances across all regions
- aws_list_all_ec2_spotRequests - list ec2 spot requests across all regions
You will need to have some tools installed and configured:
- aws command line utility (with credentials configured)
- jq for JSON manipulation. get it from https://stedolan.github.io/jq/
This project is released under the terms of the MIT license. See LICENSE for more information.