createOrUpdateStack
Create new or Update existing CloudFormation stack in the AWS cloud. This operation takes Stack Id or Stack Name and template. If the Stack Id or Name exists, this operation will attempt to update, otherwise this operation will attempt to create the stack.
Environment/Instance Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
AWS Access Key | FDAWS_ACCESS_KEY | Yes | The access key found on the "Security Credentials" page of the AWS management console. |
AWS Secret Key | FDAWS_SECRET_KEY | Yes | The secret key found on the "Security Credentials" page of the AWS management console. |
AWS Region | FDAWS_ENDPOINT | 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 | FDAWS_CF_TEMPLATE_URL | No | The URL path to the template to use for creating a stack. |
Template File Path | FDAWS_CF_TEMPLATE_FILEPATH | No | The path to the template file to use. |
Stack Name | FDAWS_CF_STACK_NAME | Yes | The name or Id for the stack to update |
Template Parameters | FDAWS_CF_TEMPLATE_PARAMETERS | No | Semicolon delimited list of parameters to use when creating the stack. (e.g. DBUser=sys;DBPassword=welcome1) |
Outputs
Output Name | Required | Description |
---|---|---|
- style