Comment on Persisting state between AWS EC2 spot instancesComments−Pirate-of-SV8yTo 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.−sevagh8yThere's a handful of tag-based automatic EBS volume attachers out there:* https://github.com/sevagh/goat (my own) * https://github.com/UKHomeOffice/smilodon
Comments
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.
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