To find the tags attached to a given AWS Resource at the OU Level

0

Hi, I am trying to fetch the list of tags attached to an AWS resource when evaluated at the centralized level (OU level). Is there any direct way for implementing this problem set?

If not, can you please help me the potential ways of achieving it. I also want an additional feature where I can download the csv format of the generated data rather than further cleaning and extracting the useful data out of ton of the information collected.

Please help

profile picture
질문됨 일 년 전188회 조회
1개 답변
0

You can do this with AWS Config Advanced Query using the Organization Config Aggregator. See: Querying the Current Configuration State of AWS Resources.

Something like this:

SELECT
  resourceId,
  tags
WHERE
  resourceId = 'AROAQCPVTFYGIWRJVM63L'

You can then export the results to JSON or CSV.

profile pictureAWS
전문가
kentrad
답변함 일 년 전

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

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

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

관련 콘텐츠