Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
How many instances are running in each region, grouped by name
- Host: GitHub
- URL: https://github.com/Signiant/aws-instance-auditor
- Owner: Signiant
- License: mit
- Created: 2020-05-28T15:37:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-13T17:53:55.000Z (over 4 years ago)
- Last Synced: 2024-06-28T07:33:13.872Z (5 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Audit: audit.py
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