duo-labs / cloudmapper

CloudMapper helps you analyze your Amazon Web Services (AWS) environments.
BSD 3-Clause "New" or "Revised" License
5.94k stars 800 forks source link

[Question] no map created for one out of three accounts #801

Closed sonofagl1tch closed 3 years ago

sonofagl1tch commented 3 years ago

Please mention the following:

What command was run?

python cloudmapper.py collect --account test
python cloudmapper.py report --account  test
python cloudmapper.py prepare --account test
python cloudmapper.py webserver

Are you working out of a virtualenv environment, Docker, or something else?

background

I have 3 aws accounts I have used cloudmapper on. the first 2 collected the data as expected and displayed maps generated from the data. However, the third account only shows up as a single circle on the map. I can see that nodes were found via the collection script when I output the stats of the account but when I run a prepare i see 0's across the board. I am assuming there is no map because the prepare statement would show values if there was information to display. How can I further troubleshoot why this single account is not mapping? Thanks!

command outputs

stats output

prepare output

0xdabbad00 commented 3 years ago

The network visualization functionality of CloudMapper is no longer maintained.

Looking at the output there though, that account does not have any resources that are visualized by that functionality. It only shows resources that have Security Groups, and none of those resources do.