You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if there everything was going well , then you will got a report. and progress was interrupted when to render the security group. just to change code in 574 lines (/opt/cloudmapper/shared/nodes.py);
then you will see the report on the browser, and due to some reason , i can't put the screenshot here. but you can find the demo in cloudmapper homepage
but sometimes you can't visualize it because of the node and edge is too large. in this case, we will use aws-security-viz to solve it.
firstly, install it. i suggested to use ubuntu to do that.
in this blog, i will show you how to visualized your aws security groups.
now you can run collect data and generate report
2. create a configure file
if there everything was going well , then you will got a report. and progress was interrupted when to render the security group. just to change code in 574 lines (
/opt/cloudmapper/shared/nodes.py
);then you will see the report on the browser, and due to some reason , i can't put the screenshot here. but you can find the demo in cloudmapper homepage
but sometimes you can't visualize it because of the node and edge is too large. in this case, we will use
aws-security-viz
to solve it.firstly, install it. i suggested to use ubuntu to do that.
then you need to generate the security group info form aws cli.
and if you have many profiles, you can working with
aws ec2 describe-security-groups --profile yourprofile > secgroup.json
finally, you will get it after run
aws_security_viz -o secgroup.json -f sg.svg
.The text was updated successfully, but these errors were encountered: