Automated tagging solutions for difference types of resources?

1

I am wondering if there is a solution out there for automating the tagging of resources. Specifically resources that have already have been created, I am not interested in updating those from console but rather dynamically with code. I am in the process of creating a (containerized) program that does this but wondering if there is an easier solution I found this older blog post :https://aws.amazon.com/blogs/mt/auto-tag-aws-resources/. It is no longer supported but could work for my problem, however its looking like it may only support EC2 resources , while I need others to be tagged in addition.

질문됨 2년 전2183회 조회
3개 답변
0

Hello,

The available AWS Solution is that which you have already noted here. This solution uses CloudWatch to detect events from CloudTrail and invokes a Lambda function to tag the resources. As correctly stated, the solution example is for EC2 instances and associated EBS volumes. The solution can be customized where CloudWatch tracks more CloudTrail events and the Lambda code can be modified where necessary to tag the additional resources. Additionally, I noticed you mentioned this solution no longer works. Could you elaborate on this?

I dug further and found this article here that talks about how to achieve this use-case using the CloudCustodian tool.

AWS
답변함 2년 전
0

Internally we have this artifact in APG for new AWS resources auto-tagging:

https://apg-library.amazonaws.com/content/b9e5beac-8c73-48f9-9964-b36094a5795a

profile pictureAWS
답변함 한 달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠