Home

Help

Appl List

Basket (0)

Log In

Register

KopiCloud App AWS Inventory CMD for Windows

Create inventories of AWS resources from the Windows Prompt or automate the delivery with Task Scheduler.

AWS Inventory CMD is the command-line version of our best-selling tool, designed for Windows (also available for Linux and macOS).

Export the inventory of your AWS resources to Excel files or send the inventory by Email from the Windows Command Prompt and automate the creation of inventories or send inventories by Email using the Task Scheduler on Windows.



Download the newest version now!


You need to Login or Quick Sign Up to download this file


Explore the capabilities of AWS Inventory CMD for Windows


AWS Inventory CMD is the Windows Command Prompt version of our best-selling tool for customers who prefer to use the command line or 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:


 Windows x64 Operating System.

 .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

D:\KopiCloud-Tools> AWSInventoryCMD --exportall


List and Export all your AWS Network ACLs to Excel or CSV files

D:\KopiCloud-Tools> AWSInventoryCMD --exportacl


List and Export all your AWS EBS Volumes to Excel or CSV files

D:\KopiCloud-Tools> AWSInventoryCMD --exportebs


List and Export all your AWS EC2 Instances listed above to Excel or CSV files

D:\KopiCloud-Tools> AWSInventoryCMD --exportec2


List and Export all your AWS ElastiCache Clusters to Excel or CSV files

D:\KopiCloud-Tools> AWSInventoryCMD --exportelasticache


List and Export all your AWS Elastic IPs to Excel or CSV files

D:\KopiCloud-Tools> AWSInventoryCMD --exportelasticip


List and Export all your AWS Directory Service to Excel or CSV files

D:\KopiCloud-Tools> AWSInventoryCMD --exportdirectoryservice


List and Export all your Amazon DynamoDB Tables to Excel or CSV files

D:\KopiCloud-Tools> AWSInventoryCMD --exportdynamodbtables


List and Export all your AWS IAM Users to Excel or CSV files

D:\KopiCloud-Tools> AWSInventoryCMD --exportiamuser


List and Export all your AWS IAM Groups to Excel or CSV files

D:\KopiCloud-Tools> AWSInventoryCMD --exportiamgroup


List and Export all your AWS IAM Policies to Excel or CSV files

D:\KopiCloud-Tools> AWSInventoryCMD --exportiampolicy


List and Export all your AWS IAM Roles to Excel or CSV files

D:\KopiCloud-Tools> AWSInventoryCMD --exportiamroles


List and Export all your AWS Lambda Functions to Excel or CSV files

D:\KopiCloud-Tools> AWSInventoryCMD --exportlambda


List and Export all your AWS Load Balancers to Excel or CSV files

D:\KopiCloud-Tools> AWSInventoryCMD --exportlb


List and Export all your AWS MQ Brokers to Excel or CSV files

D:\KopiCloud-Tools> AWSInventoryCMD --exportmqbrokers


List and Export all your AWS Redshift Clusters to Excel or CSV files

D:\KopiCloud-Tools> AWSInventoryCMD --exportredshift


List and Export all your AWS RDS Instances to Excel or CSV files

D:\KopiCloud-Tools> AWSInventoryCMD --exportrds


List and Export all your AWS Security Groups to Excel or CSV files

D:\KopiCloud-Tools> AWSInventoryCMD --exportsecuritygroup


List and Export all your AWS S3 Buckets to Excel or CSV files

D:\KopiCloud-Tools> AWSInventoryCMD --exports3


List and Export all your AWS Subnet to Excel or CSV files

D:\KopiCloud-Tools> AWSInventoryCMD --exportsubnet


List and Export all your AWS VPC to Excel or CSV files

D:\KopiCloud-Tools> AWSInventoryCMD --exportvpc


List and Export all your AWS VPN to Excel or CSV files

D:\KopiCloud-Tools> AWSInventoryCMD --exportvpn


List and Export all your Amazon WorkSpaces to Excel or CSV files

D:\KopiCloud-Tools> AWSInventoryCMD --exportworkspaces




Advanced Features:


Generate the AWS EC2 Instances Inventory and save it to the folder C:\Inventory

D:\KopiCloud-Tools> AWSInventoryCMD --exportec2 --outputdir "C:\Inventory"


Generate the AWS S3 Bucket Inventory and send it by email to david.morales@mos.com

D:\KopiCloud-Tools> 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

D:\KopiCloud-Tools> AWSInventoryCMD --exportlb --email "david.morales@mos.com,louie.vega@mos.com"




How to automate AWS Inventory CMD with Task Scheduler on Windows


Execute AWS Inventory CMD Daily at 11 pm

$TaskAction = New-ScheduledTaskAction -Execute 'D:\KopiCloud\AWSInventoryCMD' -Argument '--exportec2 --email "roger.sanchez@mos.com"'
$TaskTrigger = New-ScheduledTaskTrigger -Daily -At 11pm
Register-ScheduledTask -Action $TaskAction -Trigger $Tasktrigger -TaskName "AWS Inventory Daily Email" -User "System" -RunLevel Highest


Execute AWS Inventory CMD Every Friday at 10 pm

$TaskAction = New-ScheduledTaskAction -Execute 'D:\KopiCloud\AWSInventoryCMD' -Argument '--exportec2 --email "roger.sanchez@mos.com"'
$TaskTrigger = New-ScheduledTaskTrigger -Weekly -DaysOfWeek Friday -At 10pm
Register-ScheduledTask -Action $TaskAction -Trigger $Tasktrigger -TaskName "AWS Inventory Daily Weekly" -User "System" -RunLevel Highest



Discover the AWS Automation Pack for EC2 Instances and save up to 35%. The Pack includes:


 AWS Inventory: Export the inventory of your AWS resources to Excel files or send by Email with ONE click.

 AWS Inventory CMD for Windows, Linux & macOS: Export the inventory of your AWS resources to Excel files or send the inventory by Email. Automate the creation of inventories or send inventories by email using the Task Scheduler on Windows or Cron on Linux or macOS.

 AWS Snapshot Manager: Manage EBS snapshots, export list of EBS & RDS snapshots and AMI Images to Excel.

 Move EC2: Move EC2 instances to another Subnet, AZ, VPC, AWS Region, or AWS Account with ONE Click.



ChangeLog:


Release Date: March 01, 2021 - Version 2.00

 First public release of AWS Inventory CMD

Update Date: November 8, 2021 - Version 2.50

 List and Export AWS Workspaces
 List and Export Network ACLs
 List and Export ElastiCache Clusters
 List and Export ElasticIPs (EIPs)
 List and Export Security Groups
 Updated the EBS Volumes report to include the EC2 ID
 Bug Fixes and Performance Optimization.

Last Update Date: June 30, 2021 - Version 2.70

 List and Export DynamoDB Tables
 List and Export Directory Service
 Notifications of New Versions of AWS Inventory
 Increased support to 1000 AWS Accounts
 Added support for New AWS Regions: Jakarta
 Bug Fixes and Performance Optimization
 Update to .NET Core v6

[Last Update Date: November 25, 2022 - Version 2.75]

 Added support for New AWS Region: Zurich
 Added support for New AWS Regions: Spain
 Added support for New AWS Regions: Hyderabad
 Update AWS Libraries
 Update AWS Validation Account
 Fixes and Performance Improvements

[Last Update Date: January 30, 2023 - Version 2.80]

 List and Export Amazon Redshift Clusters
 Added support for KopiCloud Region API
 Added support for AWS Region List Update from KopiCloud API
 Update AWS Libraries
 Update AWS Validation Account
 Fixes and Performance Improvements