AWS Security ChangesHomeSearch

AWS systems-manager documentation change

Service: systems-manager · 2025-06-07 · Documentation low

File: systems-manager/latest/userguide/application-manager-working-templates-overview.md

Summary

Updated procedure steps for CloudFormation template management, simplified navigation paths, and replaced CloudFormation Designer reference with Infrastructure Composer. Adjusted step numbering and permissions documentation.

Security assessment

Changes are procedural and navigational improvements without addressing security vulnerabilities. Permissions section adjustments maintain existing security controls but do not introduce new security features or mitigations.

Diff

diff --git a/systems-manager/latest/userguide/application-manager-working-templates-overview.md b/systems-manager/latest/userguide/application-manager-working-templates-overview.md
index dd9a911f8..81a425245 100644
--- a//systems-manager/latest/userguide/application-manager-working-templates-overview.md
+++ b//systems-manager/latest/userguide/application-manager-working-templates-overview.md
@@ -45,3 +45 @@ We recommend that you read the following topics to learn more about SSM document
-  3. In the **Applications** section, choose **CloudFormation stacks**.
-
-  4. Choose **Template library**.
+  3. Choose **CloudFormation Template Library**.
@@ -54 +52 @@ We recommend that you read the following topics to learn more about SSM document
-The following procedure describes how to create a CloudFormation template in Application Manager. When you create a template, you enter the stack details of the template in either JSON or YAML. If you're unfamiliar with JSON or YAML, you can use AWS CloudFormation Designer, a tool for visually creating and modifying templates. For more information, see [What is AWS CloudFormation Designer?](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/working-with-templates-cfn-designer.html) in the _AWS CloudFormation User Guide_. For information about the structure and syntax of a template, see [Template anatomy](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html).
+The following procedure describes how to create a CloudFormation template in Application Manager. When you create a template, you enter the stack details of the template in either JSON or YAML. If you're unfamiliar with JSON or YAML, you can use AWS Infrastructure Composer, a tool for visually creating and modifying templates. For more information, see [Create templates visually with Infrastructure Composer](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/infrastructure-composer-for-cloudformation.html) in the _AWS CloudFormation User Guide_. For information about the structure and syntax of a template, see [AWS CloudFormation template sections](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html) in the _AWS CloudFormation User Guide_.
@@ -68,3 +66 @@ Use the following procedure to create a CloudFormation template in Application M
-  3. In the **Applications** section, choose **CloudFormation stacks**.
-
-  4. Choose **Template library** , and then either choose **Create template** or choose an existing template and then choose **Actions** , **Clone**.
+  3. Choose **CloudFormation Template Library** , and then either choose **Create template** or choose an existing template and then choose **Actions** , **Clone**.
@@ -72 +68 @@ Use the following procedure to create a CloudFormation template in Application M
-  5. For **Name** , enter a name for the template that helps you identify the resources it creates or the purpose of the stack.
+  4. For **Name** , enter a name for the template that helps you identify the resources it creates or the purpose of the stack.
@@ -74 +70 @@ Use the following procedure to create a CloudFormation template in Application M
-  6. (Optional) For **Version name** , enter a name or a number to identity the template version.
+  5. (Optional) For **Version name** , enter a name or a number to identity the template version.
@@ -76 +72 @@ Use the following procedure to create a CloudFormation template in Application M
-  7. (Optional) For **Description** , enter information about this template.
+  6. In the **Code editor** section, choose either **YAML** or **JSON** and then either enter or copy and paste your template code.
@@ -78 +74 @@ Use the following procedure to create a CloudFormation template in Application M
-  8. In the **Code editor** section, choose either **YAML** or **JSON** and then either enter or copy and paste your template code.
+  7. (Optional) In the **Tags** section, apply one or more tag key name/value pairs to the template.
@@ -80 +76 @@ Use the following procedure to create a CloudFormation template in Application M
-  9. (Optional) In the **Tags** section, apply one or more tag key name/value pairs to the template.
+  8. (Optional) In the **Permissions** section, enter an AWS account ID and choose **Add account**. This action provides read permission to the template. The account owner can provision and clone the template, but they can't edit or delete it. 
@@ -82,3 +78 @@ Use the following procedure to create a CloudFormation template in Application M
-  10. (Optional) In the **Permissions** section, enter an AWS account ID and choose **Add account**. This action provides read permission to the template. The account owner can provision and clone the template, but they can't edit or delete it. 
-
-  11. Choose **Create**. The template is saved in the Systems Manager (SSM) Document service.
+  9. Choose **Create**. The template is saved in the Systems Manager (SSM) Document service.
@@ -168,3 +162 @@ Use the following procedure to edit a CloudFormation template in Application Man
-  3. In the **Applications** section, choose **CloudFormation stacks**.
-
-  4. Choose **Template library**.
+  3. Choose **CloudFormation Template Library**
@@ -172 +164 @@ Use the following procedure to edit a CloudFormation template in Application Man
-  5. Choose a template, and then choose **Actions** , **Edit**. You can't change the name of a template, but you can change all other details.
+  4. Choose a template, and then choose **Actions** , **Edit**. You can't change the name of a template, but you can change all other details.
@@ -174 +166 @@ Use the following procedure to edit a CloudFormation template in Application Man
-  6. Choose **Save**. The template is saved in the Systems Manager Document service.
+  5. Choose **Save**. The template is saved in the Systems Manager Document service.