ndelitski / ssh2ec2

CLI for quick ssh'ing to your EC2 instances

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

format support for instances suggest list

ndelitski opened this issue · comments

i should able to define template on how to show up my instances list.

'[tag] [private-ip] [launch time] [instance-id]'

Normally we group instances with tags:

Name: lb01, web02, et
env: dev, stag, prod, svt, etc
project: project1, project2, etc
role: web, lb, app (different names), etc.

So I would like to have the templates to be set as above.

I could add -t option to filter instances by tag, like ssh2ec2 -t role=web,env=prod and you could make sweet aliases then, sounds good for you @SydOps ?