Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 529 Bytes

README.md

File metadata and controls

31 lines (26 loc) · 529 Bytes

sgviz

A Visualizer of aws security groups

Installation

go install github.com/nag0yan/sgviz@latest

Usage

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

Supported

Any type of inbound rules

  • From IPv4s
  • From Security Groups
  • From Prefix Lists
  • From Ipv6s

Not supported

  • Outbound rules
  • Image export

License

MIT