AWS AWSCloudFormation documentation change
Summary
Updated nested stacks documentation link text and added reference to stack operations guidance.
Security assessment
Changes focus on documentation clarity and additional reference links without security implications.
Diff
diff --git a/AWSCloudFormation/latest/UserGuide/change-sets-for-nested-stacks.md b/AWSCloudFormation/latest/UserGuide/change-sets-for-nested-stacks.md index 97513471e..528356df8 100644 --- a//AWSCloudFormation/latest/UserGuide/change-sets-for-nested-stacks.md +++ b//AWSCloudFormation/latest/UserGuide/change-sets-for-nested-stacks.md @@ -28 +28 @@ Change sets for nested stacks combines the following features together to expand - * A _nested stack_ is stack created as part of another stack. For example, you might have networking and security related resources in one nested stack and application resources in another. Partitioning application models this way helps with code maintainability and reuse. For more information about nested stacks, see [Embed stacks within other stacks using nested stacks](./using-cfn-nested-stacks.html). + * A _nested stack_ is stack created as part of another stack. For example, you might have networking and security related resources in one nested stack and application resources in another. Partitioning application models this way helps with code maintainability and reuse. For more information about nested stacks, see [Split a template into reusable pieces using nested stacks](./using-cfn-nested-stacks.html). @@ -41 +41 @@ Change sets for nested stacks combines the following features together to expand -A root change set is the change set associated with the stack from which the whole hierarchy of change sets are created. You must execute or delete change sets for nested stacks from the root change set. +A root change set is the change set associated with the stack from which the whole hierarchy of change sets are created. You must execute or delete change sets for nested stacks from the root change set. For more information, see [Performing stack operations on nested stacks](./using-cfn-nested-stacks.html#perform-stack-operations-on-nested-stacks).