AWS wellarchitected documentation change
Summary
Changed 'AWS CloudFormation' to 'CloudFormation' for terminology consistency
Security assessment
Terminology standardization without security impact. Operational guidance about drift detection remains unchanged in security context.
Diff
diff --git a/wellarchitected/latest/operational-excellence-pillar/ops_mit_deploy_risks_test_val_chg.md b/wellarchitected/latest/operational-excellence-pillar/ops_mit_deploy_risks_test_val_chg.md index c7a93b0cd..68b6ee73a 100644 --- a//wellarchitected/latest/operational-excellence-pillar/ops_mit_deploy_risks_test_val_chg.md +++ b//wellarchitected/latest/operational-excellence-pillar/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.