You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
List the tags next to each instance (this issue)
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
The text was updated successfully, but these errors were encountered:
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.
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:
Any thoughts or comments?
Regards
Allen
The text was updated successfully, but these errors were encountered: