Skip to content

Instantly share code, notes, and snippets.

@marrobi
Created January 26, 2017 17:49
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 marrobi/cb7081343e866827f206a9fd5930389f to your computer and use it in GitHub Desktop.
Save marrobi/cb7081343e866827f206a9fd5930389f to your computer and use it in GitHub Desktop.
SSHLocation
"SSHLocation": {
"Description": "The IP address range that can be used to SSH to the EC2 instances",
"Type": "String",
"MinLength": "9",
"MaxLength": "18",
"Default": "0.0.0.0/0",
"AllowedPattern": "(\\d{1,3})\\.(\\d{1,3})\\.(\\d{1,3})\\.(\\d{1,3})/(\\d{1,2})",
"ConstraintDescription": "must be a valid IP CIDR range of the form x.x.x.x/x."
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment