euform-create-stack

Creates a new stack.

Syntax

euform-create-stack stackname (--template-file filename | --template-url URL) [-d]
	[-n ARN[,...]] [-p key=value] [-t minutes][--tag key[=value]]

Options

Option Description Required
stackname Names of the new stack. Yes
--template-file filename Name of the file containing the new stack's JSON template. No
--template-url URL URL pointing to the new stack's JSON template. No
-d, --disable-rollback Disable rollback on failure. No
-n, --notification-arns ARN [,...] SNS ARNs to publich stack actions to No
-p, --parameter key=value Key and value of the parameters to use with the new stack's template, separated by an "=" character No
-t, --timeout minutes Timeout for stack creation. No
--tag key[=value] Key and optional value of the tag to create, separated by an "=" character. If no value is given the tag's value is set to an empty string. No

Common Options

Option Description
--show-empty-fields Show empty fields using (nil) as a placeholder to indicate that this data was not requested. Empty fields are not shown by default.
--region value Specify region value as the cloud region to use. You can set this by using the environment variable AWS_DEFAULT_REGION.
-U,--url value Overrides the URL for the service call with the value entered. You can set this by using the environment variable AWS_AUTOSCALING_URL.
-I, --access-key-id value User's access key ID
-S, --secret-key value User's AWS secret Key to use.
--debug Prints what the command sends to the server and what it receives from the server. Use when you're trying to debug Euca2ools.
--debugger Enable interactive debugger on error.
--version Display the version of this tool.
-h,--help Display the manual page for the command.

Output

Eucalyptus does not return any output.

x