Skip to content

NodeJS CLI tool that gets the DNS names of your aws instances based on the search string you supply

Notifications You must be signed in to change notification settings

singh1469/ec2-name-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

#EC2 Name Search

Utility that gets the DNS names of your Amazon Web services EC2 instances based on the name you supply. This is a command line utility powered by NodeJS.

##Install

  • git clone /path/to/github/repo
  • cd /clone/path/
  • cd app
  • npm install

##Usage node index.js -q api.bar.foo

##Docker support This utility can also run as a Docker container. https://hub.docker.com/r/singh1469/ec2-name-search/

#grab your api key
cd /path/to/repo
docker run -e AWS_ACCESS_KEY_ID=<AWS_ACCESS_KEY_ID> -e AWS_SECRET_ACCESS_KEY=<AWS_SECRET_ACCESS_KEY> singh1469/ec2-name-search ./run.sh -q api.foo.bar

##Requirements

  • NodeJS must be installed globally
  • Set environment variable called AWS_ACCESS_KEY_ID
  • Set environment variable called AWS_SECRET_ACCESS_KEY
  • Linux/OSX support only

##License

MIT licensed.

Inspired by the python based Pigeon-droppings

About

NodeJS CLI tool that gets the DNS names of your aws instances based on the search string you supply

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published