Created
September 22, 2016 16:30
-
-
Save grkvlt/4be49d4a2f1186d32065804c51f2e473 to your computer and use it in GitHub Desktop.
AWS Mesos security group rules
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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