Skip to content

Instantly share code, notes, and snippets.

@grkvlt
Created September 22, 2016 16:30
Show Gist options
  • Save grkvlt/4be49d4a2f1186d32065804c51f2e473 to your computer and use it in GitHub Desktop.
Save grkvlt/4be49d4a2f1186d32065804c51f2e473 to your computer and use it in GitHub Desktop.
AWS Mesos security group rules
SSH TCP 22 0.0.0.0/0
HTTP TCP 80 0.0.0.0/0
Custom TCP 2181 0.0.0.0/0
Custom TCP 5000 0.0.0.0/0
Custom TCP 5050 0.0.0.0/0
Custom TCP 5051 0.0.0.0/0
Custom TCP 8080 0.0.0.0/0
Custom TCP 31000-32000 0.0.0.0/0
DNS UDP 53 0.0.0.0/0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment