The aws-find
command line tool lets you lookup AWS instances'information by their tag name.
Once installed, the aws-find
lets you provide the tag name and value as an argument to the command see example.
See installation guide here: aws-find installation
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 other linux operation systems.
curl -L https://raw.githubusercontent.com/warrensbox/aws-find/release/install.sh | bash
Alternatively, you can install the binary from source here
- You can pass parameters to your
aws-find
command on your terminal. - Pass -T or --tag for the tag name. And, -V and --value for the tag value.
- Hit Enter to see the list of instaces
- Optionally, you don't have to pass any parameters to see the list of all the instances in region.
- Pass -r or --region to specify another region
- Hit Enter to see the list of instaces
See how to upgrade, uninstall, troubleshoot here:More info
Please open issues here: New Issue
More test needed - new arn format