Skip to content

Instantly share code, notes, and snippets.

@phrawzty
Last active February 17, 2016 16:18
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 phrawzty/6a1f6310d8b2ef32f117 to your computer and use it in GitHub Desktop.
Save phrawzty/6a1f6310d8b2ef32f117 to your computer and use it in GitHub Desktop.
// See photo of whiteboard.
digraph model {
"Firefox" -> "CDN / Cloudfront";
"Kinto Origin" [label="Kinto Origin (ELB & EC2)"];
"CDN / Cloudfront" -> "Kinto Origin";
"Kinto Origin" -> "Heka";
"Kinto Origin" -> "PG" [label="RO"];
"Kinto Admin" [label="Kinto Admin (EC2 & EIP)"];
"Kinto Admin" -> "PG" [label="RW"];
"Kinto Admin" -> "Heka";
"Autograph" [label="Autograph (ELB & EC2)"];
"Kinto Admin" -> "Autograph";
"Kinto Admin" -> "SES";
"Kinto Admin" -> "SNS" [label="?"];
"Autograph" -> "Heka";
"Mozilla VPN" -> "Kinto Admin" [label="EIP"];
"Mark Goodwin" [shape="box"];
"Mark Goodwin" -> "Mozilla VPN";
"Updater" -> "Kinto Admin" [style="dashed"];
}
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment