trek10inc / awsets

A utility for crawling an AWS account and exporting all its resources for further analysis.
MIT License
204 stars 25 forks source link

Add relations to Log Groups #18

Open jcarter3 opened 3 years ago

jcarter3 commented 3 years ago

Currently, Log Groups are being queried, but they are not tied to anything. Where possible, add a relationship to the appropriate Lambda, EC2, ECS, EKS, etc resource.

lpearson-trek10 commented 3 years ago

Making a more complete list of resources:

@jcarter3 I am sure there are more but I thought it might be helpful to enumerate some more of the possibles sources and from what I could find seem to be the default paths.

jcarter3 commented 3 years ago

Awesome, thanks @lpearson-trek10! I'll work to get a mechanism in place to link these up then work through the list.

lpearson-trek10 commented 2 years ago

@jcarter3 what did you have in mind for linking them up?

jcarter3 commented 2 years ago

I was originally toying with the idea of a "post processing" step to do a second pass over the resources and add additional links. I think that might be the easiest way to do that for logs? But potentially also let you link lambda/ecs/ec2 env variables to ssm params