Skip to content

Rockbag/elastiscout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

elastiscout

A quick & dirty tool used to acquire the IP address of every EC2 node within an Elastic Beanstalk application environment using AWS cli and EB cli. I mean really dirty.

Prerequisites

AWS cli

pip install --upgrade --user awscli

EB cli

pip install --upgrade --user awsebcli

JQ

You can install this with your package manager. e.g: brew install jq

Setup

git clone git@github.com:Rockbag/elastiscout.git
cd elastiscout
cp elastiscout /usr/local/bin/

Usage

cd your-elastic-beanstalk-app-folder
elastiscout environmentName

If you have cssh set up, you can do

cssh $(elastiscout environmentName)

About

A quick & dirty tool used to acquire the IP address of every EC2 node within an Elastic Beanstalk application environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published