Updates existing CloudFormation stack in the AWS cloud. This operation takes Stack Id or Stack Name and template.
Target Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
AWS Access Key |
| Yes | The access key found on the "Security Credentials" page of the AWS management console. |
AWS Secret Key |
| Yes | The secret key found on the "Security Credentials" page of the AWS management console. |
AWS Region |
| Yes | The AWS region to operate on. To find the endpoint code for your region, see Amazon's Documentation. |
Project Properties
...
Property Name
...
Property Code
...
Required
...
Description
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Template URL |
| No | The URL path to the template to use for creating a stack. |
Template File Path |
| No | The path to the template file to use. |
Stack Name |
| Yes | The name or Id for the stack to update |
Template Parameters |
| No | Semicolon delimited list of parameters to use when creating the stack. (e.g. DBUser=sys;DBPassword=welcome1) |
...