Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display instance tags in the SSH terminal list window #51

Open
khlumzeemee opened this issue Mar 6, 2017 · 3 comments
Open

Display instance tags in the SSH terminal list window #51

khlumzeemee opened this issue Mar 6, 2017 · 3 comments

Comments

@khlumzeemee
Copy link

Hi,
showing which tags are available for each instance would make the use of the tag filter easier. The current use is to memorise some tags and write them as free text in the tag section (e.g.: Environment=Production)

This could be part 1 of a 2 part tag improvement story:

  1. List the tags next to each instance (this issue)
  2. Create a multi-selection dropdown list of all possible filters instead of the free text "Tag" field. (can be created as a separate issue).

Any thoughts or comments?
Regards
Allen

@skavanagh
Copy link
Collaborator

Well you can filter just by the tag name too, and not just tag=value.

Since you can have up to 50 tags for an single instance, it becomes a real estate issue showing the tags among the list of servers. It would also require it to make at least a call to DescribeTagsResult.describeTags for each region (maybe each instance) to compile the list of tags.

@khlumzeemee
Copy link
Author

Should I try something out and submit a pull request?

@skavanagh
Copy link
Collaborator

Go for it!! as long as you can avoid making too many service calls to AWS (which I'm not sure about)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants