Search EC2 instance easily
With Rust's package manager cargo, you can install via:
sh
$ cargo install ec2-search
If you install the latest master branch commit
sh
$ cargo install --git https://github.com/mocyuto/ec2-search --branch master
sh
$ brew tap mocyuto/ec2-search
$ brew install ec2-search
sh
$ ec2s help
display instance ids
```
$ ec2s ids -q "api" i-012345678 : test-api1 i-023456789 : test-api2 counts: 2
$ ec2s ids --exq=front-api
$ ec2s ids --ids i-abcde12345 ```
display instance private ips.
sh
$ ec2s ips -q "api"
["10.0.0.1"] : test-api1
["10.0.0.2"] : test-api2
counts: 2