awslabs / coldsnap

A command line interface for Amazon EBS snapshots
Apache License 2.0
194 stars 24 forks source link

coldsnap wait does not wait long enough #141

Open webern opened 2 years ago

webern commented 2 years ago

coldsnap wait waits until the snapshot ID is ready, but if you immediately try to download that snapshot ID after coldsnap wait you can get Failed to download snapshot: Failed to list snapshot blocks for 'snap-1234': The snapshot does not exist

Maybe coldsnap wait should also check that the list snapshot blocks API call works?