Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save antklim/efe3aac0e4f5936c2365e6b2959dbe4f to your computer and use it in GitHub Desktop.
Save antklim/efe3aac0e4f5936c2365e6b2959dbe4f to your computer and use it in GitHub Desktop.
Parameters:
Environment:
Description: An environment name that will be prefixed to resource names
Type: String
Namespace:
Description: An infrastructure namespace that will be prefixed to resource names
Type: String
Default: simple-api
PublicSubnet1CIDR:
Description: The IP range (CIDR notation) for the public subnet in the first Availability Zone
Type: String
Default: 10.192.10.0/24
PublicSubnet2CIDR:
Description: The IP range (CIDR notation) for the public subnet in the second Availability Zone
Type: String
Default: 10.192.11.0/24
PrivateSubnet1CIDR:
Description: The IP range (CIDR notation) for the private subnet in the first Availability Zone
Type: String
Default: 10.192.20.0/24
PrivateSubnet2CIDR:
Description: The IP range (CIDR notation) for the private subnet in the second Availability Zone
Type: String
Default: 10.192.21.0/24
VpcCIDR:
Description: Please enter the IP range (CIDR notation) for this VPC
Type: String
Default: 10.192.0.0/16
SimpleAPIRepoUrl:
Description: SimpleAPI source control URL
Type: String
Default: https://github.com/cloudrecipes/simple-api.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment