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. If both template URL and template file path are provided, the plugin will use the template URL and do nothing with the file. If neither input is provided, the plugin will automatically look in the artifacts directory for a single file and try to use that as a 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. |
...