Answers4AWS / graffiti-monkey

Goes around tagging things
Apache License 2.0
255 stars 88 forks source link

Added storage size summary to EBS volume tagging #16

Closed kxseven closed 9 years ago

kxseven commented 9 years ago

Added volume size counting as we loop through the volumes so that a total amount of storage processed can be reported at the end

Before

2015-07-29 14:46:48 [INFO] Processing volume 365 of 365 total volumes 2015-07-29 14:46:48 [INFO] DRYRUN: Volume vol-b2c1d3a5 would have been tagged 2015-07-29 14:46:48 [INFO] Completed processing all volumes

After

2015-07-29 14:50:41 [INFO] Processing volume 365 of 365 total volumes 2015-07-29 14:50:41 [INFO] DRYRUN: Volume vol-b2c1d3a5 would have been tagged 2015-07-29 14:50:41 [INFO] Processed a total of 26349 GB of AWS Volumes 2015-07-29 14:50:41 [INFO] Completed processing all volumes

pas256 commented 9 years ago

That's sweet thanks @kxseven