A Visualizer of aws security groups
go install github.com/nag0yan/sgviz@latest
Get security groups information in your account with AWS CLI
aws ec2 describe-security-groups > sg.json
Export to mermaid graph
sgviz sg.json > sg.md
Any type of inbound rules
- From IPv4s
- From Security Groups
- From Prefix Lists
- From Ipv6s
- Outbound rules
- Image export
MIT