Search EC2 instance easily
With Rust's package manager cargo, you can install via:
shell script
$ cargo install ec2-search
If you install the latest master branch commit
shell script
$ cargo install --git https://github.com/mocyuto/ec2-search --branch master
macOS or Linux
shell script
$ brew tap mocyuto/ec2-search
$ brew install ec2-search
shell script
$ ec2s help
ec2-search needs aws credentials, so you need to set credentials.
You can use Environment value or "~/.aws/credentials"
.
For more information, see AWS Credentials
Search instance info.
shell script
$ ec2s instance help
display instance ids
```shell script
$ ec2s instance ids -q "api" i-012345678 : test-api1 i-023456789 : test-api2 counts: 2
$ ec2s instance ids --exq=front-api
$ ec2s instance ids --ids i-abcde12345 ```
Display instance private IPs.
shell script
$ ec2s instance prips -q "api"
"10.0.0.1" : test-api1
"10.0.0.2" : test-api2
counts: 2