AWS wellarchitected documentation change
Summary
Changed 'AWS CloudFormation' to 'CloudFormation' in drift detection and change sets documentation
Security assessment
Terminology update without altering operational security practices. The drift detection and change set recommendations maintain their original security context.
Diff
diff --git a/wellarchitected/2023-10-03/framework/ops_mit_deploy_risks_test_val_chg.md b/wellarchitected/2023-10-03/framework/ops_mit_deploy_risks_test_val_chg.md index 2aa2a4c19..9c7ae218c 100644 --- a//wellarchitected/2023-10-03/framework/ops_mit_deploy_risks_test_val_chg.md +++ b//wellarchitected/2023-10-03/framework/ops_mit_deploy_risks_test_val_chg.md @@ -44 +44 @@ As part of their continuous integration and continuous delivery (CI/CD) pipeline - 1. Use [drift detection](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html) to detect when resources have been changed outside of AWS CloudFormation. + 1. Use [drift detection](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html) to detect when resources have been changed outside of CloudFormation. @@ -46 +46 @@ As part of their continuous integration and continuous delivery (CI/CD) pipeline - 2. Use [change sets](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-changesets.html) to validate that the intent of a stack update matches the actions that AWS CloudFormation takes when the change set is initiated. + 2. Use [change sets](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-changesets.html) to validate that the intent of a stack update matches the actions that CloudFormation takes when the change set is initiated.