Created
March 9, 2013 23:04
-
-
Save solarce/5126179 to your computer and use it in GitHub Desktop.
This file contains 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
alias cfnv="cfn-validate-template --template-file $1" |
This file contains 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
-> % 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