Skip to content

Instantly share code, notes, and snippets.

@solarce
Created March 9, 2013 23:04
Show Gist options
  • Save solarce/5126179 to your computer and use it in GitHub Desktop.
Save solarce/5126179 to your computer and use it in GitHub Desktop.
alias cfnv="cfn-validate-template --template-file $1"
-> % cfnv cloudformation/build_vpc_subnets_two_azs.json
PARAMETERS BaseStackname false BaseStackname is used for DNS entries.
PARAMETERS HostedZone false HostedZone for Route 53 records
PARAMETERS DBHost false This is the DB host
PARAMETERS ServerRole nat false This role gets passed to the user data and is used to determine the Chef role that the instance will apply on its first run. It defaults to webserver
PARAMETERS DBPass false This is the DB pass
PARAMETERS KeyName false SSH Key to put on the box
PARAMETERS DBUser false This is the DB user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment