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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南