JohannesEbke / aws_list_all

List all your AWS resources, all regions, all services.
MIT License
414 stars 97 forks source link

Projects to Visualize the Infrastructure as a Diagram? #37

Open archenroot opened 4 years ago

archenroot commented 4 years ago

I really like this project, its good to do some specific queries when one is interested in dig deeper. But It can be easily automated to extract all resources which are running in AWS and eventually draw some infra diagram. Is there any tool which is compatible with output of this tool to visualize infra? I am not ask to develop it here, its more if someone is aware of such app.

Thanks.

JohannesEbke commented 2 years ago

I recently became aware of https://github.com/cycloidio/terracognita which does a part of what you suggested if combined with https://github.com/cycloidio/inframap . A quick skim of the code seems to indicate that it works with an explicit list of supported resources, so it's not comprehensive, but it obviously can be very useful!

I'll leave this open if someone else would like to link a relevant project here.