Closed klahnakoski closed 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.
Fixed with https://github.com/klahnakoski/SpotManager/commit/88a5fec121013ff3df351b39f426e31a3a2354c7
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.