AWS wellarchitected documentation change
Summary
Updated references from 'AWS CloudFormation' to 'CloudFormation' in drift detection and change sets documentation
Security assessment
Consistency update for product naming. The security context of drift detection and change sets remains unchanged.
Diff
diff --git a/wellarchitected/2024-06-27/framework/ops_mit_deploy_risks_test_val_chg.md b/wellarchitected/2024-06-27/framework/ops_mit_deploy_risks_test_val_chg.md index f45bed6b6..8b56ea866 100644 --- a//wellarchitected/2024-06-27/framework/ops_mit_deploy_risks_test_val_chg.md +++ b//wellarchitected/2024-06-27/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.