Skip to content

stephennancekivell/aws-elb-instance-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

aws-elb-instance-runner

Run a command with the ip address of all instances in a elastic load balancer

Example

aws-elb-instance-runner my-elastic-load-balancer-DXZSR91UJMK4 echo
10.0.6.59
10.0.7.32

Usage

you need to set the region in the environment variable: AWS_REGION, or configure this in ~/.aws/credentials. offical docs

Usage: aws-elb-instance-runner [elastic-load-balancer-id] [command]

Install

npm install -g aws-elb-instance-runner

Use cases

This might be useful for writing deploy scripts.

About

Run a command with the ip address of all instances in a elastic load balancer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published