Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 656 Bytes

README.md

File metadata and controls

54 lines (36 loc) · 656 Bytes

Whistletips: Go woop woop!

boto3/AWS helper library + AWS tools

Requirements

pip:

  • boto3

Installation

./setup.py install

or

pip install whistletips

Usage

wt-lb

$ ./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']

As a library

import whistletips as wt

wt.list_instance_ids('dev-*')

Developing

Fork, make changes, and send pull request. Run ./setup.py flake8 to make sure it's clean.

TODO

Add test cases.

License

Unlicense (Public domain)