Skip to content

Python script to generate a CSV report containing Number of snapshots for every instance volume.

Notifications You must be signed in to change notification settings

gavagiuc/ec2-snapshot-report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

ec2-snapshot-report.py

Python script to generate a CSV report containing Number of snapshots for every instance volume. Paginating tehnique has been used to make sure we receive all AWS resources.

Download

Generate report has the following table header:

Region InstanceName VolumeID VolAge SnapshotCount AccountName

Prerequisites:

$ pip install  boto3

Run via Python:

$ python retention.py [AWS-profile-name1 AWS-profile-name2 AWS-profile-name3]

About

Python script to generate a CSV report containing Number of snapshots for every instance volume.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages