AWS Inventory CMD is the macOS Terminal version of our best-selling tool for customers who don't have a Windows machine and prefer to use the command line or look to automate the delivery of AWS inventories.
This tool is for AWS Inventory registered customers and requires a valid license. To purchase a license, click
here.
Requirements:
Apple macOS 10.13 "High Sierra" or later.
.NET Runtime 6.x installed. Instructions are
here.
A valid license of
AWS Inventory Professional or
AWS Automation Pack. Copy the license file to the same folder where AWS Inventory CMD is installed.
AWS Credentials, you can use
AWS Access Key & AWS Secret Key or
AWS Session Tokens Authentication to authenticate.
AWS Inventory Profile, use this
link to configure AWS Inventory CMD from Command Prompt or copy the file
Kopi.AWS.Credentials generated with
AWS Inventory Professional.
How to use AWS Inventory CMD?
List and Export all your AWS services listed above to Excel or CSV files
Guillermos-Air:~ guillermo$ AWSInventoryCMD --exportall
List and Export all your AWS Network ACLs to Excel or CSV files
Guillermos-Air:~ guillermo$ AWSInventoryCMD --exportacl
List and Export all your AWS EBS Volumes to Excel or CSV files
Guillermos-Air:~ guillermo$ AWSInventoryCMD --exportebs
List and Export all your AWS EC2 Instances listed above to Excel or CSV files
Guillermos-Air:~ guillermo$ AWSInventoryCMD --exportec2
List and Export all your AWS ElastiCache Clusters to Excel or CSV files
Guillermos-Air:~ guillermo$ AWSInventoryCMD --exportelasticache
List and Export all your AWS Elastic IPs to Excel or CSV files
Guillermos-Air:~ guillermo$ AWSInventoryCMD --exportelasticip
List and Export all your AWS Directory Service to Excel or CSV files
Guillermos-Air:~ guillermo$ AWSInventoryCMD --exportdirectoryservice
List and Export all your Amazon DynamoDB Tables to Excel or CSV files
Guillermos-Air:~ guillermo$ AWSInventoryCMD --exportdynamodbtables
List and Export all your AWS IAM Users to Excel or CSV files
Guillermos-Air:~ guillermo$ AWSInventoryCMD --exportiamuser
List and Export all your AWS IAM Groups to Excel or CSV files
Guillermos-Air:~ guillermo$ AWSInventoryCMD --exportiamgroup
List and Export all your AWS IAM Policies to Excel or CSV files
Guillermos-Air:~ guillermo$ AWSInventoryCMD --exportiampolicy
List and Export all your AWS IAM Roles to Excel or CSV files
Guillermos-Air:~ guillermo$ AWSInventoryCMD --exportiamroles
List and Export all your AWS Lambda Functions to Excel or CSV files
Guillermos-Air:~ guillermo$ AWSInventoryCMD --exportlambda
List and Export all your AWS Load Balancers to Excel or CSV files
Guillermos-Air:~ guillermo$ AWSInventoryCMD --exportlb
List and Export all your AWS MQ Brokers to Excel or CSV files
Guillermos-Air:~ guillermo$ AWSInventoryCMD --exportmqbrokers
List and Export all your AWS Redshift Clusters In to Excel or CSV files
Guillermos-Air:~ guillermo$ AWSInventoryCMD --exportredshift
List and Export all your AWS RDS Instances to Excel or CSV files
Guillermos-Air:~ guillermo$ AWSInventoryCMD --exportrds
List and Export all your AWS Security Groups to Excel or CSV files
Guillermos-Air:~ guillermo$ AWSInventoryCMD --exportsecuritygroup
List and Export all your AWS S3 Buckets to Excel or CSV files
Guillermos-Air:~ guillermo$ AWSInventoryCMD --exports3
List and Export all your AWS Subnet to Excel or CSV files
Guillermos-Air:~ guillermo$ AWSInventoryCMD --exportsubnet
List and Export all your AWS VPC to Excel or CSV files
Guillermos-Air:~ guillermo$ AWSInventoryCMD --exportvpc
List and Export all your AWS VPN to Excel or CSV files
Guillermos-Air:~ guillermo$ AWSInventoryCMD --exportvpn
List and Export all your Amazon WorkSpaces to Excel or CSV files
Guillermos-Air:~ guillermo$ AWSInventoryCMD --exportworkspaces
Advanced Features:
Generate the AWS EC2 Instances Inventory and save it to the folder C:\Inventory
Guillermos-Air:~ guillermo$ AWSInventoryCMD --exportec2 --outputdir "C:\Inventory"
Generate the AWS S3 Bucket Inventory and send it by email to david.morales@mos.com
Guillermos-Air:~ guillermo$ AWSInventoryCMD --exports3 --email "david.morales@mos.com"
Generate the AWS Load Balancers Inventory and send it by email to david.morales@mos.com and louie.vega@mos.com
Guillermos-Air:~ guillermo$ AWSInventoryCMD --exportlb --email "david.morales@mos.com,louie.vega@mos.com"