AWS wellarchitected documentation change
Summary
Changed 'AWS CloudFormation' to 'CloudFormation' in two instances for terminology consistency
Security assessment
The edits maintain existing security practices (drift detection and change sets) but only adjust product naming. No new security content or vulnerabilities addressed.
Diff
diff --git a/wellarchitected/latest/framework/ops_mit_deploy_risks_test_val_chg.md b/wellarchitected/latest/framework/ops_mit_deploy_risks_test_val_chg.md index 8c229a219..1086c4379 100644 --- a//wellarchitected/latest/framework/ops_mit_deploy_risks_test_val_chg.md +++ b//wellarchitected/latest/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.