Skip to content

nag0yan/sgviz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages