AWS AWSCloudFormation documentation change
Summary
Updated documentation to use consistent capitalization of 'StackSet' instead of 'stack set' and fixed a URL reference
Security assessment
The changes primarily involve capitalization consistency (StackSet vs stack set) and a documentation URL correction. There is no evidence of security vulnerability fixes, security feature additions, or security-related procedural changes in the diff.
Diff
diff --git a/AWSCloudFormation/latest/UserGuide/self-managed-import.md b/AWSCloudFormation/latest/UserGuide/self-managed-import.md index bca63463f..9b4519e5f 100644 --- a//AWSCloudFormation/latest/UserGuide/self-managed-import.md +++ b//AWSCloudFormation/latest/UserGuide/self-managed-import.md @@ -5 +5 @@ -Import an existing stack into a new stack set (console)Import an existing stack into an existing stack set (console)To import a stack into a stack set (AWS CLI) +Import an existing stack into a new StackSet (console)Import an existing stack into an existing StackSet (console)To import a stack into a StackSet (AWS CLI) @@ -7 +7 @@ Import an existing stack into a new stack set (console)Import an existing stack -# Self-managed stack import for CloudFormation StackSets +# Self-managed stack import for AWS CloudFormation StackSets @@ -9 +9 @@ Import an existing stack into a new stack set (console)Import an existing stack -The AWS CloudFormation stack import operation can import existing stacks into new or existing stack sets, so that you can migrate existing stacks to a stack set in one operation. By using stack import, you avoid downtime and outages without deleting and recreating those resources. Once the stack is imported into a stack set, the original stack will become a stack instance of the specified stack set. +The CloudFormation stack import operation can import existing stacks into new or existing StackSets, so that you can migrate existing stacks to a StackSet in one operation. By using stack import, you avoid downtime and outages without deleting and recreating those resources. Once the stack is imported into a StackSet, the original stack will become a stack instance of the specified stack set. @@ -13 +13 @@ The AWS CloudFormation stack import operation can import existing stacks into ne - * The stack import operation requires an administrator account in which you create a stack set and a target account that contains a stack. + * The stack import operation requires an administrator account in which you create a StackSet and a target account that contains a stack. @@ -22 +22 @@ The AWS CloudFormation stack import operation can import existing stacks into ne - * Import an existing stack into a new stack set (console) + * Import an existing stack into a new StackSet (console) @@ -24 +24 @@ The AWS CloudFormation stack import operation can import existing stacks into ne - * Import an existing stack into an existing stack set (console) + * Import an existing stack into an existing StackSet (console) @@ -26 +26 @@ The AWS CloudFormation stack import operation can import existing stacks into ne - * Import a stack into a stack set (AWS CLI) + * Import a stack into a StackSet (AWS CLI) @@ -31 +31 @@ The AWS CloudFormation stack import operation can import existing stacks into ne -## Import an existing stack into a new stack set (console) +## Import an existing stack into a new StackSet (console) @@ -49 +49 @@ Before you begin, identify the stack that you want to import. - 5. On the **Specify StackSet details** page, enter the name of a stack set you want to create and choose **Next**. + 5. On the **Specify StackSet details** page, enter the name of a StackSet you want to create and choose **Next**. @@ -51 +51 @@ Before you begin, identify the stack that you want to import. -(Optional) Enter a description of the stack set. +(Optional) Enter a description of the StackSet. @@ -63 +63 @@ Before you begin, identify the stack that you want to import. - 10. On the **Review** page, review your choices and your stack set's properties. When you are ready to import your stack into your stack set, choose **Submit**. + 10. On the **Review** page, review your choices and your StackSet's properties. When you are ready to import your stack into your StackSet, choose **Submit**. @@ -68 +68 @@ Before you begin, identify the stack that you want to import. -**Results** : The imported stack is now a stack instance of the specified stack set. To learn more about the stack import status, see [StackSets status codes](./what-is-cfnstacksets.html#stackset-status-codes). +**Results** : The imported stack is now a stack instance of the specified StackSet. To learn more about the stack import status, see [StackSets status codes](./stacksets-concepts.html#stackset-status-codes). @@ -70 +70 @@ Before you begin, identify the stack that you want to import. -## Import an existing stack into an existing stack set (console) +## Import an existing stack into an existing StackSet (console) @@ -78 +78 @@ Before you begin, identify the stack that you want to import. - 3. On the **StackSets** page, choose the stack set that you want to import a stack into. + 3. On the **StackSets** page, choose the StackSet that you want to import a stack into. @@ -80 +80 @@ Before you begin, identify the stack that you want to import. - 4. With the stack set selected, choose **Add stacks to StackSet** from the **Actions** menu. + 4. With the StackSet selected, choose **Add stacks to StackSet** from the **Actions** menu. @@ -90 +90 @@ Before you begin, identify the stack that you want to import. - 8. On the **Review** page, review your choices and your stack set's properties. When you are ready to create your stack set, choose **Submit**. + 8. On the **Review** page, review your choices and your StackSet's properties. When you are ready to create your StackSet, choose **Submit**. @@ -95 +95 @@ Before you begin, identify the stack that you want to import. -**Results** : The imported stack is now a stack instance of the specified stack set. To learn more about the stack import status, see [StackSets status codes](./what-is-cfnstacksets.html#stackset-status-codes). +**Results** : The imported stack is now a stack instance of the specified StackSet. To learn more about the stack import status, see [StackSets status codes](./stacksets-concepts.html#stackset-status-codes). @@ -97 +97 @@ Before you begin, identify the stack that you want to import. -## Import a stack into a stack set (AWS CLI) +## Import a stack into a StackSet (AWS CLI) @@ -99 +99 @@ Before you begin, identify the stack that you want to import. -###### To import an existing stack into a new stack set +###### To import an existing stack into a new StackSet @@ -101 +101 @@ Before you begin, identify the stack that you want to import. -The following `create-stack-set` command creates a stack set and imports the specified stack. The stack to import is identified by its ARN. Replace the placeholder text with your own information. +The following `create-stack-set` command creates a StackSet and imports the specified stack. The stack to import is identified by its ARN. Replace the placeholder text with your own information. @@ -110 +110 @@ The following `create-stack-set` command creates a stack set and imports the spe -###### To import an existing stack into an existing stack set +###### To import an existing stack into an existing StackSet @@ -112 +112 @@ The following `create-stack-set` command creates a stack set and imports the spe -The following `import-stacks-to-stack-sets` command imports the specified stack into the `MyStackSet` stack set. The stack to import is identified by its ARN. Replace the placeholder text with your own information. +The following `import-stacks-to-stack-sets` command imports the specified stack into the `MyStackSet` StackSet. The stack to import is identified by its ARN. Replace the placeholder text with your own information. @@ -126 +126 @@ To specify more than one stack, use the following format for the value of the `- -The following `create-stack-instances` command adds stack instances to your stack set. Replace the placeholder text with your own information. +The following `create-stack-instances` command adds stack instances to your StackSet. Replace the placeholder text with your own information.