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年前2301ビュー
3回答
1
profile pictureAWS
回答済み 10ヶ月前
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
回答済み 2ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ