klahnakoski / SpotManager

Find cheapest spot instance prices, bid, use, and teardown when done
Mozilla Public License 2.0
17 stars 3 forks source link

Volumes not removed when done #8

Closed klahnakoski closed 9 years ago

klahnakoski commented 9 years ago

InstanceManager.teardown() may remove volumes, but in the case the EC2 instance is terminated by AWS, then teardown() is never run.

Connecting volumes is a bit messy, maybe it belongs to SpotManager just like ephemeral volumes are.

klahnakoski commented 9 years ago

Fixed with https://github.com/klahnakoski/SpotManager/commit/88a5fec121013ff3df351b39f426e31a3a2354c7