Tracking usage of Cloudformation templates and CDK Constructs across multiple accounts

0

Hello

In my team we provide CloudFormation templates and CDK Constructs for other teams in our organization to use. We want to track where and what version of our templates and constructs are used across multiple accounts. We are currently setting tags in our templates and constructs but compiling the information has turned out more difficult. We have looked at AWS Config but the Advanced Queries doesn't allow querying on tags nor does it seem to allow me to query on all resource types, for example I can't seem to query for any types of ECS resources which would be relevant for us.

Is there a good way to track this usage?

Thank you

1回答
0

Hello,

An alternative is to use the AWS Resource Groups and Tags. With this feature you can use the tag editor console or APIs to query tags on supported resources in a single account. Amongst the supported resources are the ECS cluster and ECS task definition.

For additional helpful information, see How to Efficiently Extract and Query Tagged Resources Using the AWS Resource Tagging API and S3 Select (SQL)

AWS
回答済み 2年前

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

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

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

関連するコンテンツ