stonefury Posted March 9, 2015 Share Posted March 9, 2015 (edited) I am a heavy user of Amazon Web Services. I usually need to stop/start instances as I am developing or hacking at something, and often I need to get the IP address of a server so I can ssh into. So I started a little project that uses python and boto. It is not tested. I don't think you need anything other than the default python. If you're interested, give it a try and let me know if it works. https://github.com/stonefury/aws-alfred Example Usage: Set the region you want to search: ec2 config region=us-west-2 Search for EC2 instances. It will search all properties of the EC2 instance. You can use a single keyword, or multiple keywords to refine the search. The pubic IP address will go into your clipboard. ec2 find killroy running Stop/Start Instances ec2 stop killroy ec2 start killroy Edited March 9, 2015 by stonefury stonefury 1 Link to comment
JaredWilliams Posted March 11, 2015 Share Posted March 11, 2015 Im a heavy user, i also worked at AWS. Im going to check this out today! Thanks Link to comment
davi.zucon Posted October 28, 2015 Share Posted October 28, 2015 Hi, Worked for me, I`ll add some cache to fast search. Also, I already have boto, I removed boto folder from the workflow directory. Any improvement I notify you Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now