fabric-aws
fabric-aws copied to clipboard
fabric AWS integration
There's a [Python 3 fork of Fabric](https://pypi.python.org/pypi/Fabric3) and it would be lovely if you can support both.
…nceIds=[] to the ec2_generator which will select all instances Fixes Issues #4
Proposed implementation to allow multiple autoscaling group names in the @autoscaling_group decorator. Addresses issue #5
Feature request: allow the @autoscaling_group decorator to select multiple group names. I'll submit a pull request for it.
I observed a kind of strange behavior when using the autoscaling_group decorator: if my autoscaling group has no instances then the command attempts to run on every instance I have...