Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Signiant/aws-instance-auditor

How many instances are running in each region, grouped by name
https://github.com/Signiant/aws-instance-auditor

Last synced: about 2 months ago
JSON representation

How many instances are running in each region, grouped by name

Awesome Lists containing this project

README

        

# aws-instance-auditor
How many instances are running in each region, grouped by name.

This takes inputs of AWS access key and secret key, scans through all AWS regions, and will output the total number in each region, and number of each unique instance name.

**Usage:**
Can pass in access key/secret key, profile name, or it will use the default profile
parameters:
--access-key
--secret-key
--profile
--verbose

**Examples:**
docker run --rm signiant/aws-instance-auditor --access-key=AKIAIOSFODNN7EXAMPLE --secret-key=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
docker run --rm -v ~/.aws/credentials:/root/.aws/credentials:ro signiant/aws-instance-auditor --profile=prod --verbose