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

AWS Explorer: Filter nodes by tag #176

Open
awschristou opened this issue Dec 12, 2018 · 3 comments
Open

AWS Explorer: Filter nodes by tag #176

awschristou opened this issue Dec 12, 2018 · 3 comments
Labels
feature-request New feature or enhancement. May require GitHub community feedback. search-filter-tag Finding and grouping resources via searching, filtering, tagging ux user experience

Comments

@awschristou
Copy link
Contributor

It should be possible to filter nodes in the AWS Explorer

@awschristou awschristou added feature-request New feature or enhancement. May require GitHub community feedback. needs-design labels Feb 20, 2019
@mpiroc mpiroc added the ux user experience label Apr 19, 2019
@justinmk3
Copy link
Contributor

justinmk3 commented Feb 25, 2020

Related: aws/aws-toolkit-jetbrains#1561

This seems like a natural application of AWS tags. Toolkits should be able to filter any resources (not only lambdas) by tag.

https://github.com/rewindio/aws-connect is a CLI tool that shows examples of how cloud tags can be used:

Establish an interactive shell session with an instance tagged with the Name of my-app ...

aws-connect -a ssh -n my-app -r us-east-2 -p staging

Establish an interactive shell session with a specific instance with a tag CLUSTER=prod ...

aws-connect -s -t CLUSTER=prod

@kellerkind87

This comment was marked as off-topic.

@justinmk3

This comment was marked as outdated.

@justinmk3 justinmk3 added the search-filter-tag Finding and grouping resources via searching, filtering, tagging label May 11, 2021
@justinmk3 justinmk3 changed the title Filter nodes in AWS Explorer AWS Explorer: Filter nodes by tag Feb 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or enhancement. May require GitHub community feedback. search-filter-tag Finding and grouping resources via searching, filtering, tagging ux user experience
Projects
None yet
Development

No branches or pull requests

4 participants