Hacker News new | ask | show | jobs
by Pirate-of-SV 3176 days ago
To make this even more streamlined you'd tag the volumes and discover the volumes with `aws ec2 describe-volumes` and filter unattached volumes with the magic tag.
1 comments

There's a handful of tag-based automatic EBS volume attachers out there:

* https://github.com/sevagh/goat (my own) * https://github.com/UKHomeOffice/smilodon