Created
May 18, 2012 14:14
-
-
Save dornatsky/2725484 to your computer and use it in GitHub Desktop.
no basic launch
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
launch: | |
parameters: | |
appPrefix: | |
description: Web application prefix (edited)x | |
default: myApp | |
accessKey: | |
description: AWS Access Key | |
secretKey: | |
description: AWS Secret Key | |
steps: | |
- provisionVirtualMachine: | |
action: provisionAmazonVm | |
parameters: | |
roleName: web | |
jcloudsIdentity: test | |
jcloudsCredential: test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment