NEW: Initial release

This commit is contained in:
KF
2024-04-19 14:09:45 +08:00
commit 122fe95f95
16 changed files with 233 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# aws-inventory
Scripts to collect AWS resource inventory in all regions.
## Requirements
- bash
- awscli
- gnu parallel
- miller
## Usage
Run run-inventory-scripts.sh which will invoke a collection of scripts. TSV is returned for visibility.
Individual script can be ran to produce inventory of specific service. CSV is returned for programatic use.