Closed bonclay7 closed 8 years ago
@@ master #16 diff @@
==========================================
Files 5 5
Lines 543 551 +8
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
- Hits 482 479 -3
- Misses 61 72 +11
Partials 0 0
Powered by Codecov. Last update 6518a50...c1c5285
Deletion of snapshots fails sometimes when the related AMI is not deregistered yet (because deregistering operation is asynchronous). This PR proposes a way to catch those failures,
store the failed ids in a state on a cached file on the local dir. On each execution, the tool will look out for the state file and try to remove saved snapshots ids.and simply print those snapshots out An issue has been submitted https://github.com/bonclay7/aws-amicleaner/issues/15