aws / aws-toolkit-vscode

Amazon Q, CodeCatalyst, Local Lambda debug, SAM/CFN syntax, ECS Terminal, AWS resources
https://marketplace.visualstudio.com/items?itemName=AmazonWebServices.amazon-q-vscode
Apache License 2.0
1.51k stars 436 forks source link

AWS Explorer: Filter nodes by tag #176

Open awschristou opened 5 years ago

awschristou commented 5 years ago

It should be possible to filter nodes in the AWS Explorer

justinmk3 commented 4 years ago

Related: https://github.com/aws/aws-toolkit-jetbrains/issues/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 commented 4 years ago

any updates on this?

justinmk3 commented 4 years ago

No update yet, but we will be sure to comment here when we have new information.