1.0.1 • Published 9 years ago

aws-elb-instance-runner v1.0.1

Weekly downloads
3
License
ISC
Repository
github
Last release
9 years ago

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.