sopel / botocross

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

Added functionality to 'await' successful creation of an image or a snapshot. #33

Closed sopel closed 10 years ago

sopel commented 11 years ago

:information_source: This is a living pull request, the initial commit covers the library functionality and the straight forward 'await' handling for backup-(instances|volumes) scripts; pending parts are:

  1. adding 'await' handling to create-(images|snapshots) scripts (might actually obsolete the backup-* scripts again)
  2. adding separate await-(images|snapshots) scripts to allow for granular usage/reporting, e.g via a Jenkins job pipeline
sopel commented 11 years ago

The backup-(instances|volumes) scripts have indeed been obsoleted by adding respective backup management to the create-(images|snapshots) scripts, i.e. one can now optionally await and/or expire created images/snapshots.

sopel commented 10 years ago

:information_source: Due to a weird zero change merge conflict, this PR has been merged via the Git CLI.

This addresses variation 1 now (inline) and closes #26 accordingly, variation 2 (separate scripts) has been extracted to #49 due to the involved complexity.