Lookup AWS instances' IP address and ID by their AWS tag name
The aws-find
command line tool lets you lookup AWS instances’information by their tag name.
Once installed, the aws-find
requires the tag name and value as an argument to the command see example.
aws-find
is available for MacOS and Linux based operating systems.
Installation for MacOS is the easiest with Homebrew. If you do not have homebrew installed, click here.
brew install warrensbox/tap/aws-find
Installation for Linux operation systems.
curl -L https://raw.githubusercontent.com/warrensbox/aws-find/release/install.sh | bash
Alternatively, you can install the binary from the source here
aws-find
command on your terminal.Please open issues here: New Issue
See how to upgrade, uninstall, troubleshoot here: Additional Info
This project is maintained by warrensbox