AWS Security ChangesHomeSearch

AWS AWSCloudFormation documentation change

Service: AWSCloudFormation · 2026-07-01 · Documentation low

File: AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-changesets.md

Summary

Updated change set limitations description to include pre-deployment validation coverage and added note about express mode support.

Security assessment

The clarification about validation checks improves accuracy but doesn't reference any security fixes. Express mode documentation doesn't introduce security features or address vulnerabilities.

Diff

diff --git a/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-changesets.md b/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-changesets.md
index 5845e128f..7f539a657 100644
--- a//AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-changesets.md
+++ b//AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-changesets.md
@@ -32 +32 @@ When you need to update a stack, understanding how your changes will affect runn
-Change sets don't indicate whether CloudFormation will successfully update a stack. For example, a change set doesn't check if you will surpass an account quota, if you're updating a resource that doesn't support updates, or if you have insufficient permissions to modify a resource, all of which can cause a stack update to fail. If an update fails, CloudFormation attempts to roll back your resources to their original state.
+Change sets don't guarantee that CloudFormation will successfully update a stack. However, pre-deployment validation checks for common failure causes during change set creation, including property syntax errors, resource name conflicts, service quota limits, and other constraints. Failures that occur because of runtime conditions (such as custom resource logic or service-specific constraints) might still occur during execution.
@@ -34 +34,5 @@ Change sets don't indicate whether CloudFormation will successfully update a sta
-###### Change Set Overview
+###### Note
+
+You can use express mode with change sets to complete stack operations faster. Specify the `--deployment-config '{"mode": "EXPRESS"}'` parameter when creating a change set. When the change set is executed, CloudFormation applies express mode, completing resource operations as soon as configuration is applied. For more information, see [Express mode](./cloudformation-express-mode.html).
+
+###### Change set overview