AWS codecatalyst documentation change
Summary
Updated references from 'AWS CloudFormation stack' to 'CloudFormation stack' in error descriptions and documentation links
Security assessment
While the error message relates to IAM capabilities (a security-adjacent topic), the change itself only updates naming conventions. The security guidance about required capabilities remains unchanged.
Diff
diff --git a/codecatalyst/latest/userguide/troubleshooting-workflows.md b/codecatalyst/latest/userguide/troubleshooting-workflows.md index dfdf90866..5c487ce9f 100644 --- a//codecatalyst/latest/userguide/troubleshooting-workflows.md +++ b//codecatalyst/latest/userguide/troubleshooting-workflows.md @@ -233 +233 @@ Where: -**Problem** : You are using a [Deploy AWS CloudFormation stack](./deploy-action-cfn.html) action, and you see `##[error] requires capabilities: [`capability-name`]` in your **Deploy AWS CloudFormation stack** action's logs. +**Problem** : You are using a [Deploy CloudFormation stack](./deploy-action-cfn.html) action, and you see `##[error] requires capabilities: [`capability-name`]` in your **Deploy CloudFormation stack** action's logs. @@ -235 +235 @@ Where: -**Possible fixes** : Complete the following procedure to add the capability to the workflow definition file. For more information about IAM capabilities, see [Acknowledging IAM resources in AWS CloudFormation templates](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#using-iam-capabilities) in the _IAM User Guide_. +**Possible fixes** : Complete the following procedure to add the capability to the workflow definition file. For more information about IAM capabilities, see [Acknowledging IAM resources in CloudFormation templates](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#using-iam-capabilities) in the _IAM User Guide_. @@ -254 +254 @@ Visual - 7. In the workflow diagram, choose your **Deploy AWS CloudFormation stack** action. + 7. In the workflow diagram, choose your **Deploy CloudFormation stack** action. @@ -288 +288 @@ YAML - 7. In the **Deploy AWS CloudFormation stack** action, add a `capabilities` property, like this: + 7. In the **Deploy CloudFormation stack** action, add a `capabilities` property, like this: @@ -294 +294 @@ YAML -Replace `capability-name` with the name of the IAM capability shown in the error message. Use commas and no spaces to list multiple capabilities. For more information, see the description of the `capabilities` property in the ['Deploy AWS CloudFormation stack' action YAML](./deploy-action-ref-cfn.html). +Replace `capability-name` with the name of the IAM capability shown in the error message. Use commas and no spaces to list multiple capabilities. For more information, see the description of the `capabilities` property in the ['Deploy CloudFormation stack' action YAML](./deploy-action-ref-cfn.html).