AWS Inventory CMD is the Linux Terminal version of our best-selling tool for customers who don't have a Windows machine, prefer to use the command line, or are looking 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:
Supported Linux Distributions: Ubuntu 16.04 (LTS), 18.04 (LTS), 20.04 (LTS) or later / CentOS 7 or later / Debian 9 or later / Fedora 32 or later / openSUSE 15 / RHEL 7 or later / SLES 12 SP2 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 in 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
guillermo@kopi-ubuntu:~$ AWSInventoryCMD --exportall
List and Export all your AWS Network ACLs to Excel or CSV files
guillermo@kopi-ubuntu:~$ AWSInventoryCMD --exportacl
List and Export all your AWS EBS Volumes to Excel or CSV files
guillermo@kopi-ubuntu:~$ AWSInventoryCMD --exportebs
List and Export all your AWS EC2 Instances listed above to Excel or CSV files
guillermo@kopi-ubuntu:~$ AWSInventoryCMD --exportec2
List and Export all your AWS ElastiCache Clusters to Excel or CSV files
guillermo@kopi-ubuntu:~$ AWSInventoryCMD --exportelasticache
List and Export all your AWS Elastic IPs to Excel or CSV files
guillermo@kopi-ubuntu:~$ AWSInventoryCMD --exportelasticip
List and Export all your AWS Directory Service to Excel or CSV files
guillermo@kopi-ubuntu:~$ AWSInventoryCMD --exportdirectoryservice
List and Export all your Amazon DynamoDB Tables to Excel or CSV files
guillermo@kopi-ubuntu:~$ AWSInventoryCMD --exportdynamodbtables
List and Export all your AWS IAM Users to Excel or CSV files
guillermo@kopi-ubuntu:~$ AWSInventoryCMD --exportiamuser
List and Export all your AWS IAM Groups to Excel or CSV files
guillermo@kopi-ubuntu:~$ AWSInventoryCMD --exportiamgroup
List and Export all your AWS IAM Policies to Excel or CSV files
guillermo@kopi-ubuntu:~$ AWSInventoryCMD --exportiampolicy
List and Export all your AWS IAM Roles to Excel or CSV files
guillermo@kopi-ubuntu:~$ AWSInventoryCMD --exportiamroles
List and Export all your AWS Lambda Functions to Excel or CSV files
guillermo@kopi-ubuntu:~$ AWSInventoryCMD --exportlambda
List and Export all your AWS Load Balancers to Excel or CSV files
guillermo@kopi-ubuntu:~$ AWSInventoryCMD --exportlb
List and Export all your AWS MQ Brokers to Excel or CSV files
guillermo@kopi-ubuntu:~$ AWSInventoryCMD --exportmqbrokers
List and Export all your AWS Redshift Clusters to Excel or CSV files
guillermo@kopi-ubuntu:~$ AWSInventoryCMD --exportredshift
List and Export all your AWS RDS Instances to Excel or CSV files
guillermo@kopi-ubuntu:~$ AWSInventoryCMD --exportrds
List and Export all your AWS Security Groups to Excel or CSV files
guillermo@kopi-ubuntu:~$ AWSInventoryCMD --exportsecuritygroup
List and Export all your AWS S3 Buckets to Excel or CSV files
guillermo@kopi-ubuntu:~$ AWSInventoryCMD --exports3
List and Export all your AWS Subnet to Excel or CSV files
guillermo@kopi-ubuntu:~$ AWSInventoryCMD --exportsubnet
List and Export all your AWS VPC to Excel or CSV files
guillermo@kopi-ubuntu:~$ AWSInventoryCMD --exportvpc
List and Export all your AWS VPN to Excel or CSV files
guillermo@kopi-ubuntu:~$ AWSInventoryCMD --exportvpn
List and Export all your Amazon WorkSpaces to Excel or CSV files
guillermo@kopi-ubuntu:~$ AWSInventoryCMD --exportworkspaces
Advanced Features:
Generate the AWS EC2 Instances Inventory and save to the folder C:\Inventory
guillermo@kopi-ubuntu:~$ AWSInventoryCMD --exportec2 --outputdir "C:\Inventory"
Generate the AWS S3 Bucket Inventory and send by email to david.morales@mos.com
guillermo@kopi-ubuntu:~$ AWSInventoryCMD --exports3 --email "david.morales@mos.com"
Generate the AWS Load Balancers Inventory and send by email to david.morales@mos.com and louie.vega@mos.com
guillermo@kopi-ubuntu:~$ AWSInventoryCMD --exportlb --email "david.morales@mos.com,louie.vega@mos.com"