Inventory configuration
This is the structure of the configuration to use for the inventory command:
awsAccounts:
# Add here an entry for each account you want to inspect
-
# Profile name to access the resources in the account
profile: some-profile
regions:
# List of regions to inspect
-
# Name of the region to inspect
regionName: us-east-1
services:
# Enable/Disable Elasticcache inspection
elasticacheEnabled: false
# Enable/Disable ELBs inspection
elbEnabled: false
# Enable/Disable MSK inspection
mskEnabled: false
# Enable/Disable ElasticSearch/OpenSearch inspection
openSearchEnabled: false
# Enable/Disable RDS inspection
rdsEnabled: false
# Enable/Disable Transit Gateway inspection
transitGatewayEnabled: true
output:
# path of the yaml file
path: inventory.yaml