lserman / capistrano-elbas

Deploy Rails apps to AWS AutoScale groups
MIT License
96 stars 67 forks source link

Add command for displaying server public IPs attached to an environment #17

Closed lserman closed 5 years ago

lserman commented 7 years ago

Sometimes you need to run rails c on your servers or something and it's a pain with an ELB. You don't know the server IPs of your instances without checking the AWS console so you cannot SSH into one of them to run whatever you need to run.

Since elbas has knowledge of your load balancer, environment, and AWS credentials, it would be great if you could run something like bin/cap production elbas:server_ips or something to see a list of public IPs (if available) on that environment's ELB.

augustosamame commented 7 years ago

+1

lserman commented 5 years ago

Duplicate of #33.