AWS codecatalyst documentation change
Summary
Updated documentation to replace 'AWS CloudFormation' with 'CloudFormation' in action names and references throughout the file
Security assessment
Changes are purely branding/naming convention updates (removing 'AWS' prefix from CloudFormation references). No security-related content was added or modified. Existing security requirements about CloudWatchFullAccess permissions remain unchanged.
Diff
diff --git a/codecatalyst/latest/userguide/deploy-consumption-enable-alarms.md b/codecatalyst/latest/userguide/deploy-consumption-enable-alarms.md index 8d7e77132..5eec0e57b 100644 --- a//codecatalyst/latest/userguide/deploy-consumption-enable-alarms.md +++ b//codecatalyst/latest/userguide/deploy-consumption-enable-alarms.md @@ -9 +9 @@ Amazon CodeCatalyst is no longer open to new customers. Existing customers can c -By default, if the **Deploy AWS CloudFormation stack** action fails, it will cause AWS CloudFormation to roll back the stack to the last known stable state. You can change the behavior so that rollbacks occur not only when the action fails, but also when a specified Amazon CloudWatch alarm occurs. For more information about CloudWatch alarms, see [Using Amazon CloudWatch alarms](https://docs.aws.amazon.com/) in the _Amazon CloudWatch User Guide_. +By default, if the **Deploy CloudFormation stack** action fails, it will cause CloudFormation to roll back the stack to the last known stable state. You can change the behavior so that rollbacks occur not only when the action fails, but also when a specified Amazon CloudWatch alarm occurs. For more information about CloudWatch alarms, see [Using Amazon CloudWatch alarms](https://docs.aws.amazon.com/) in the _Amazon CloudWatch User Guide_. @@ -24 +24 @@ Visual - 1. Make sure you have a [workflow](./workflow.html) that includes a functioning **Deploy AWS CloudFormation stack** action. For more information, see [Deploying an AWS CloudFormation stack](./deploy-action-cfn.html). + 1. Make sure you have a [workflow](./workflow.html) that includes a functioning **Deploy CloudFormation stack** action. For more information, see [Deploying an CloudFormation stack](./deploy-action-cfn.html). @@ -26 +26 @@ Visual - 2. In the role specified in the **Stack role - optional** field of the **Deploy AWS CloudFormation stack** action, make sure to include the **CloudWatchFullAccess** permission. For information about creating this role with the appropriate permissions, see [Step 2: Create AWS roles](./deploy-tut-lambda.html#deploy-tut-lambda-cfn-roles). + 2. In the role specified in the **Stack role - optional** field of the **Deploy CloudFormation stack** action, make sure to include the **CloudWatchFullAccess** permission. For information about creating this role with the appropriate permissions, see [Step 2: Create AWS roles](./deploy-tut-lambda.html#deploy-tut-lambda-cfn-roles). @@ -31 +31 @@ Visual -###### To configure rollback alarms for the 'Deploy AWS CloudFormation stack' action +###### To configure rollback alarms for the 'Deploy CloudFormation stack' action @@ -45 +45 @@ Visual - 7. Choose your **Deploy AWS CloudFormation stack** action. + 7. Choose your **Deploy CloudFormation stack** action. @@ -75 +75 @@ YAML -###### To configure rollback triggers for the 'Deploy AWS CloudFormation stack' action +###### To configure rollback triggers for the 'Deploy CloudFormation stack' action @@ -83 +83 @@ YAML - 4. Choose the name of a workflow that includes the **Deploy AWS CloudFormation stack** action. You can filter by the source repository or branch name where the workflow is defined, or filter by workflow name or status. + 4. Choose the name of a workflow that includes the **Deploy CloudFormation stack** action. You can filter by the source repository or branch name where the workflow is defined, or filter by workflow name or status. @@ -89 +89 @@ YAML - 7. Add the `monitor-alarm-arns` and `monitor-timeout-in-minutes` properties in the YAML code to add rollback triggers. For an explanation of each property, see ['Deploy AWS CloudFormation stack' action YAML](./deploy-action-ref-cfn.html). + 7. Add the `monitor-alarm-arns` and `monitor-timeout-in-minutes` properties in the YAML code to add rollback triggers. For an explanation of each property, see ['Deploy CloudFormation stack' action YAML](./deploy-action-ref-cfn.html). @@ -91 +91 @@ YAML - 8. In the role specified in the `role-arn` property of the **Deploy AWS CloudFormation stack** action, make sure to include the **CloudWatchFullAccess** permission. For information about creating this role with the appropriate permissions, see [Step 2: Create AWS roles](./deploy-tut-lambda.html#deploy-tut-lambda-cfn-roles). + 8. In the role specified in the `role-arn` property of the **Deploy CloudFormation stack** action, make sure to include the **CloudWatchFullAccess** permission. For information about creating this role with the appropriate permissions, see [Step 2: Create AWS roles](./deploy-tut-lambda.html#deploy-tut-lambda-cfn-roles). @@ -99 +99 @@ Visual -###### To turn off rollbacks for the 'Deploy AWS CloudFormation stack' action +###### To turn off rollbacks for the 'Deploy CloudFormation stack' action @@ -107 +107 @@ Visual - 4. Choose the name of a workflow that includes the **Deploy AWS CloudFormation stack** action. You can filter by the source repository or branch name where the workflow is defined, or filter by workflow name or status. + 4. Choose the name of a workflow that includes the **Deploy CloudFormation stack** action. You can filter by the source repository or branch name where the workflow is defined, or filter by workflow name or status. @@ -113 +113 @@ Visual - 7. Choose your **Deploy AWS CloudFormation stack** action. + 7. Choose your **Deploy CloudFormation stack** action. @@ -127 +127 @@ YAML -###### To turn off rollbacks for the 'Deploy AWS CloudFormation stack' action +###### To turn off rollbacks for the 'Deploy CloudFormation stack' action @@ -135 +135 @@ YAML - 4. Choose the name of a workflow that includes the **Deploy AWS CloudFormation stack** action. You can filter by the source repository or branch name where the workflow is defined, or filter by workflow name or status. + 4. Choose the name of a workflow that includes the **Deploy CloudFormation stack** action. You can filter by the source repository or branch name where the workflow is defined, or filter by workflow name or status. @@ -141 +141 @@ YAML - 7. Add the `disable-rollback: 1` property in the YAML code to stop rollbacks. For an explanation of this property, see ['Deploy AWS CloudFormation stack' action YAML](./deploy-action-ref-cfn.html). + 7. Add the `disable-rollback: 1` property in the YAML code to stop rollbacks. For an explanation of this property, see ['Deploy CloudFormation stack' action YAML](./deploy-action-ref-cfn.html). @@ -152 +152 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please -Adding the 'Deploy AWS CloudFormation stack' action +Adding the 'Deploy CloudFormation stack' action @@ -154 +154 @@ Adding the 'Deploy AWS CloudFormation stack' action -Variables - 'Deploy AWS CloudFormation stack' +Variables - 'Deploy CloudFormation stack'