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
preguntada hace un año188 visualizaciones
1 Respuesta
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
EXPERTO
kentrad
respondido hace un año

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas