AWS Security ChangesHomeSearch

AWS tag-editor documentation change

Service: tag-editor · 2025-11-19 · Documentation low

File: tag-editor/latest/userguide/best-practices-and-strats.md

Summary

Updated references from 'AWS CloudFormation' to 'CloudFormation' for terminology consistency

Security assessment

Minor terminology standardization without altering security context. The changes don't introduce new security guidance or address vulnerabilities.

Diff

diff --git a/tag-editor/latest/userguide/best-practices-and-strats.md b/tag-editor/latest/userguide/best-practices-and-strats.md
index 49ec225ee..beb02da26 100644
--- a//tag-editor/latest/userguide/best-practices-and-strats.md
+++ b//tag-editor/latest/userguide/best-practices-and-strats.md
@@ -40 +40 @@ A number of tags are predefined by AWS or created automatically by various AWS s
-  * `aws:cloudformation:stack-name` is a tag that identifies the AWS CloudFormation stack that created the resource. 
+  * `aws:cloudformation:stack-name` is a tag that identifies the CloudFormation stack that created the resource. 
@@ -135 +135 @@ An effective tagging strategy uses standardized tags and applies them consistent
-  * **Proactive governance** uses tools such as AWS CloudFormation, Service Catalog, tag policies in AWS Organizations, or IAM resource-level permissions to ensure standardized tags are consistently applied at resource creation.
+  * **Proactive governance** uses tools such as CloudFormation, Service Catalog, tag policies in AWS Organizations, or IAM resource-level permissions to ensure standardized tags are consistently applied at resource creation.
@@ -137 +137 @@ An effective tagging strategy uses standardized tags and applies them consistent
-For example, you can use the AWS CloudFormation `Resource Tags` property to apply tags to resource types. In Service Catalog, you can add portfolio and product tags that are combined and applied to a product automatically when it is launched. More rigorous forms of proactive governance include automated tasks. For example, you can use the Resource Groups Tagging API to search an AWS environment’s tags, or run scripts to quarantine or delete improperly tagged resources.
+For example, you can use the CloudFormation `Resource Tags` property to apply tags to resource types. In Service Catalog, you can add portfolio and product tags that are combined and applied to a product automatically when it is launched. More rigorous forms of proactive governance include automated tasks. For example, you can use the Resource Groups Tagging API to search an AWS environment’s tags, or run scripts to quarantine or delete improperly tagged resources.