pip:
- boto3
./setup.py install
or
pip install whistletips
$ ./wt-lb.py qa1
['qa1-web-1', 'qa1-web-0']
$ ./wt-lb.py qa1 --rm qa1-web-1
$ ./wt-lb.py qa1
['qa1-web-0']
$ ./wt-lb.py qa1 --add qa1-web-1
$ ./wt-lb.py qa1
['qa1-web-1', 'qa1-web-0']
import whistletips as wt
wt.list_instance_ids('dev-*')
Fork, make changes, and send pull request. Run ./setup.py flake8
to make sure it's clean.
Add test cases.
Unlicense (Public domain)