Skip to content

A Python Boto 3 script to return a filter-able list of AWS EC2 volumes and relevant data

Notifications You must be signed in to change notification settings

kaipee/ec2-volume-report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 

Repository files navigation

ec2-volume-report

A Python script to query EC2 and report any potentially abandoned volumes

TODO

AWS suitable filters (exact matches and predetermined options)

  • id
  • region
  • state
  • availability-zone
  • name-exact
  • owner-exact
  • project-exact
  • type
  • size-exact

Custom filters (partial matches, int ranges, inverse matches, empty values)

  • tag-contains
  • name-contains
  • owner-contains
  • project-contains
  • no-tag
  • no-name
  • no-owner
  • no-project
  • size-gt
  • size-lt
  • size-range-start
  • size-range-end

About

A Python Boto 3 script to return a filter-able list of AWS EC2 volumes and relevant data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages