You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

mygithub.libinneed.workers.dev/warrensbox/aws-find

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mygithub.libinneed.workers.dev/warrensbox/aws-find

v0.0.0-20240403171942-51383f9123ef
Go
Version published
Created
Source

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
  • 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

Without parameters

drawing
  • 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

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

FAQs

Package last updated on 03 Apr 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts