Automatically add AWS tags to servers #11627
Labels
feature-request
Used for new features in Teleport, improvements to current should be #enhancements
needs-rfd
This issue should have RFD before implementation starts
Convert AWS tags attached to a instance into labels. This will allow users to reuse existing discovery/inventory information in AWS with Teleport as well.
On possible implementation is upon startup of a
ssh_service
, query the metadata endpoint for all tags associated with that instances and automatically add all tags as labels. Also attach instance name as a label.https://aws.amazon.com/about-aws/whats-new/2022/01/instance-tags-amazon-ec2-instance-metadata-service/
Potentially look into doing the same for all resources, not just for SSH servers.
The text was updated successfully, but these errors were encountered: