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년 전

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

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

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

관련 콘텐츠