Skip to content

Instantly share code, notes, and snippets.

@behrangsa
Created January 29, 2017 12:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save behrangsa/746d7e31973488102d05985caa419e8c to your computer and use it in GitHub Desktop.
Save behrangsa/746d7e31973488102d05985caa419e8c to your computer and use it in GitHub Desktop.
PlantUML Example: Firewall Rules
@startuml
node "VPC A" as VpcA
node "VPC B" as VpcB
VpcA -> VpcB : TCP/4407
VpcB -> VpcA : TCP/3306
@enduml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment