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 Answer
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
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions