sopel / botocross

A Python package for operating cross region AWS resources
Other
4 stars 4 forks source link

Improve scripts to create, delete or backup snapshots of EBS volumes and images of EC2 instances. #7

Closed sopel closed 11 years ago

sopel commented 11 years ago

While the basic functionality of these scripts has been implemented already in https://github.com/cityindex/ec2-clock-accuracy-research/pull/30, there are a few loose ends still not finished in the originating project already, which need to be addressed here accordingly.

sopel commented 11 years ago

Almost everything targeted here has been addressed via #27, the desired handling to 'await' the successful creation of an image or a snapshot has been extracted to #26.