Skip to content

kikulikov/laws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

laws

ls for AWS EC2 instances to list them in a short table format.

Allows to filter nodes by tag and name. Shorthand alternative to aws ec2 describe-instances --filters "Name=tag:environment,Values=qa" | jq ".Reservations[].Instances[].PrivateIpAddress"

## Examples

laws

laws qa

laws -p myprofile cassandra

Installation

pip install laws

PyPi link

https://pypi.python.org/pypi/laws

Useful resources

http://peterdowns.com/posts/first-time-with-pypi.html

git tag 0.X -m "Version bumped to 0.X"
git push --tags origin master
python setup.py sdist upload -r pypi

About

-ls- for AWS EC2 instances

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages