Skip to content

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

License

Notifications You must be signed in to change notification settings

Signiant/aws-instance-auditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published