Skip to content

Python script to generate a xlsx report containing all EC2 instances in AWS account.

Notifications You must be signed in to change notification settings

gavagiuc/ec2-inventory-report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ec2-inventory.py

Download

Python script to generate a xlsx report containing all EC2 instances in AWS account.

Generated report has the following table header:

Instance Type Platform Public IP Private IP Instance State LaunchTime AWS Account CPU CPU Utilization Avg ECU memory GiB Volume Size GiB Volume Size GiB Volume Size GiB Volume Size GiB Volume Size GiB

Prerequisites:

pip install openpyxl boto3
price.json file ( can be regenerated using python ec2-inventory-pricing-runfirst.py

Run via Python:

python inventory.py AWS-profile-name

About

Python script to generate a xlsx report containing all EC2 instances in AWS account.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages