AWS Security ChangesHomeSearch

AWS managedservices documentation change

Service: managedservices · 2025-11-19 · Documentation low

File: managedservices/latest/appguide/cfn-ingest-validate.md

Summary

Consistently updated 'AWS CloudFormation' to 'CloudFormation' in validation documentation

Security assessment

Changes are terminology standardization without altering security validation processes. The existing security validation checks (resource support, safe deployment) were already documented and remain unchanged in substance.

Diff

diff --git a/managedservices/latest/appguide/cfn-ingest-validate.md b/managedservices/latest/appguide/cfn-ingest-validate.md
index 5fd5e65f0..e9a89e9d6 100644
--- a//managedservices/latest/appguide/cfn-ingest-validate.md
+++ b//managedservices/latest/appguide/cfn-ingest-validate.md
@@ -9 +9 @@ You can self-validate your CloudFormation template before submitting it to AMS.
-Templates submitted to AMS AWS CloudFormation ingest are validated to ensure they are safe to deploy within an AMS account. The validation process checks the following:
+Templates submitted to AMS CloudFormation ingest are validated to ensure they are safe to deploy within an AMS account. The validation process checks the following:
@@ -11 +11 @@ Templates submitted to AMS AWS CloudFormation ingest are validated to ensure the
-  * **Supported resources** – Only AMS AWS CloudFormation ingest-supported resources are used. For more information, see [Supported Resources](./cfn-ingest-supp-services.html).
+  * **Supported resources** – Only AMS CloudFormation ingest-supported resources are used. For more information, see [Supported Resources](./cfn-ingest-supp-services.html).
@@ -22 +22 @@ Templates submitted to AMS AWS CloudFormation ingest are validated to ensure the
-You can self-validate your CloudFormation template before submitting it to AMS by using the AWS CloudFormation Linter tool.
+You can self-validate your CloudFormation template before submitting it to AMS by using the CloudFormation Linter tool.
@@ -24 +24 @@ You can self-validate your CloudFormation template before submitting it to AMS b
-The AWS CloudFormation Linter tool is the best way to validate your CloudFormation template as it provides validation for resource/property names, data types, and functions. For more information, see [aws-cloudformation/cfn-python-lint](https://github.com/aws-cloudformation/cfn-python-lint).
+The CloudFormation Linter tool is the best way to validate your CloudFormation template as it provides validation for resource/property names, data types, and functions. For more information, see [aws-cloudformation/cfn-python-lint](https://github.com/aws-cloudformation/cfn-python-lint).
@@ -26 +26 @@ The AWS CloudFormation Linter tool is the best way to validate your CloudFormati
-The AWS CloudFormation Linter output of the template shown previously is as follows:
+The CloudFormation Linter output of the template shown previously is as follows:
@@ -33 +33 @@ The AWS CloudFormation Linter output of the template shown previously is as foll
-To assist with offline validation of CloudFormation templates, AMS has developed a set of pluggable custom validation rules for the AWS CloudFormation Linter tool. They're located on the **Developers Resources** page of the AMS console.
+To assist with offline validation of CloudFormation templates, AMS has developed a set of pluggable custom validation rules for the CloudFormation Linter tool. They're located on the **Developers Resources** page of the AMS console.
@@ -35 +35 @@ To assist with offline validation of CloudFormation templates, AMS has developed
-Follow these steps to use AWS CloudFormation pre-ingestion validation scripts:
+Follow these steps to use CloudFormation pre-ingestion validation scripts:
@@ -37 +37 @@ Follow these steps to use AWS CloudFormation pre-ingestion validation scripts:
-  1. Install the AWS CloudFormation Linter tool. For installation instructions, see [aws-cloudformation / cfn-lint ](https://github.com/aws-cloudformation/cfn-python-lint).
+  1. Install the CloudFormation Linter tool. For installation instructions, see [aws-cloudformation / cfn-lint ](https://github.com/aws-cloudformation/cfn-python-lint).