Open awschristou opened 5 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
any updates on this?
No update yet, but we will be sure to comment here when we have new information.
It should be possible to filter nodes in the AWS Explorer