Skip to content

warrensbox/aws-find

Repository files navigation

Build Status Go Report Card CircleCI

AWS Find

drawing

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

Installation

aws-find is available for MacOS and Linux based operating systems.

Homebrew

Installation for MacOS is the easiest with Homebrew. If you do not have homebrew installed, click here.

brew install warrensbox/tap/aws-find

Linux

Installation for other linux operation systems.

curl -L https://raw.githubusercontent.com/warrensbox/aws-find/release/install.sh | bash

Install from source

Alternatively, you can install the binary from source here

How to use:

Pass parameters optional

drawing

  1. You can pass parameters to your aws-find command on your terminal.
  2. Pass -T or --tag for the tag name. And, -V and --value for the tag value.
  3. Hit Enter to see the list of instaces

Without parameters

drawing

  1. Optionally, you don't have to pass any parameters to see the list of all the instances in region.
  2. Pass -r or --region to specify another region
  3. Hit Enter to see the list of instaces

Additional Info

See how to upgrade, uninstall, troubleshoot here:More info

Issues

Please open issues here: New Issue

Update 08/13/21

More test needed - new arn format