Commit Graph

12 Commits (ea3c4a946602a2885295de86b230763b514c836a)

Author SHA1 Message Date
Rob 68c8669200 Fix to ensure youngest snapshot is retrieved rather than oldest (#3115) 9 years ago
Michel Alexandre Salim b07ff99cac Fix ec2_snapshot documentation
last_snapshot_min_age is added in 2.0, not 1.9
9 years ago
Brian Coca c4f64d822c changed modules to use common ec2 docs for region 9 years ago
Robert Jailall d10f3f7a7e Refactor ec2_snapshot to make it more testable 9 years ago
Hagai Kariti 1f447ad5ba made `wait` default to True in ec2_snapshot 9 years ago
Hagai Kariti a91db23b56 Add to the ec2_snapshot module the ability to create a snapshot only if one hasn't recently been created
- Added snapshot_max_age parameter
- Updated docs
- Made the default value of wait to be false, as it used to be
9 years ago
Luke Rohde 88a0d79873 Use msg kwarg to pass error message in ec2_snapshot 9 years ago
Greg DeKoenigsberg 28a869a030 Updating cloud modules with proper github author information 9 years ago
steenzout d960dc1584 issue #994: use HAS_BOTO to determine if import was successful:
- removed import of sys module.
- HAS_BOTO constant to check if import was successful.
- trigger a failure when import fails.
- removed unnecessary imports.
10 years ago
willthames b287e7c0a6 Added the ability to remove snapshots
Added state option, and accompanying snapshot_id option for
when state=absent.
10 years ago
Michael DeHaan e7c92a6bc6 More EC2 doc tweaks 10 years ago
Brian Coca 0c4adcb2c6 made subcategories for cloud modules for better organization 10 years ago