AWS Security ChangesHomeSearch

AWS AmazonCloudWatch documentation change

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

File: AmazonCloudWatch/latest/monitoring/Install-CloudWatch-Agent-New-Instances-CloudFormation.md

Summary

Updated documentation to replace 'AWS CloudFormation' with 'CloudFormation' throughout the file, removing redundant AWS branding from service name references

Security assessment

The changes are purely branding/naming convention updates (removing 'AWS' from CloudFormation references). There is no mention of security vulnerabilities, mitigations, or new security features. The modifications don't impact security configurations or procedures.

Diff

diff --git a/AmazonCloudWatch/latest/monitoring/Install-CloudWatch-Agent-New-Instances-CloudFormation.md b/AmazonCloudWatch/latest/monitoring/Install-CloudWatch-Agent-New-Instances-CloudFormation.md
index 18faaa994..ee6e0e9b3 100644
--- a//AmazonCloudWatch/latest/monitoring/Install-CloudWatch-Agent-New-Instances-CloudFormation.md
+++ b//AmazonCloudWatch/latest/monitoring/Install-CloudWatch-Agent-New-Instances-CloudFormation.md
@@ -5 +5 @@
-Tutorial: Install using an AWS CloudFormation inline templateTutorial: Install the CloudWatch agent using AWS CloudFormation and Parameter StoreTroubleshooting installation of the CloudWatch agent with AWS CloudFormation
+Tutorial: Install using an CloudFormation inline templateTutorial: Install the CloudWatch agent using CloudFormation and Parameter StoreTroubleshooting installation of the CloudWatch agent with CloudFormation
@@ -7 +7 @@ Tutorial: Install using an AWS CloudFormation inline templateTutorial: Install t
-# Install the CloudWatch agent on new instances using AWS CloudFormation
+# Install the CloudWatch agent on new instances using CloudFormation
@@ -13 +13 @@ This section describes how to install the CloudWatch agent on new Amazon EC2 ins
-Amazon uploaded several AWS CloudFormation templates to GitHub that can help you install and update the CloudWatch agent on new Amazon EC2 instances. For more information about using AWS CloudFormation, see [ What is AWS CloudFormation?](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html). 
+Amazon uploaded several CloudFormation templates to GitHub that can help you install and update the CloudWatch agent on new Amazon EC2 instances. For more information about using CloudFormation, see [ What is AWS CloudFormation?](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html). 
@@ -15 +15 @@ Amazon uploaded several AWS CloudFormation templates to GitHub that can help you
-The template location is [ Deploy the Amazon CloudWatch agent to EC2 instances using AWS CloudFormation](https://github.com/aws-cloudformation/aws-cloudformation-templates/tree/main/Solutions/AmazonCloudWatchAgent). This location includes both `inline` and `ssm` directories. Each of these directories contains templates for both Linux and Windows instances. 
+The template location is [ Deploy the Amazon CloudWatch agent to EC2 instances using CloudFormation](https://github.com/aws-cloudformation/aws-cloudformation-templates/tree/main/Solutions/AmazonCloudWatchAgent). This location includes both `inline` and `ssm` directories. Each of these directories contains templates for both Linux and Windows instances. 
@@ -17 +17 @@ The template location is [ Deploy the Amazon CloudWatch agent to EC2 instances u
-  * The templates in the `inline` directory have the CloudWatch agent configuration embedded into the AWS CloudFormation template. By default, the Linux templates collect the metrics `mem_used_percent` and `swap_used_percent`, and the Windows templates collect `Memory % Committed Bytes In Use` and `Paging File % Usage`.
+  * The templates in the `inline` directory have the CloudWatch agent configuration embedded into the CloudFormation template. By default, the Linux templates collect the metrics `mem_used_percent` and `swap_used_percent`, and the Windows templates collect `Memory % Committed Bytes In Use` and `Paging File % Usage`.
@@ -57 +57 @@ For information about setting up the agent on a system that has security-enhance
-## Tutorial: Install and configure the CloudWatch agent using an AWS CloudFormation inline template
+## Tutorial: Install and configure the CloudWatch agent using an CloudFormation inline template
@@ -59 +59 @@ For information about setting up the agent on a system that has security-enhance
-This tutorial walks you through using AWS CloudFormation to install the CloudWatch agent on a new Amazon EC2 instance. This tutorial installs on a new instance running Amazon Linux 2 using the inline templates, which don't require the use of the JSON configuration file or Parameter Store. The inline template includes the agent configuration in the template. In this tutorial, you use the default agent configuration contained in the template.
+This tutorial walks you through using CloudFormation to install the CloudWatch agent on a new Amazon EC2 instance. This tutorial installs on a new instance running Amazon Linux 2 using the inline templates, which don't require the use of the JSON configuration file or Parameter Store. The inline template includes the agent configuration in the template. In this tutorial, you use the default agent configuration contained in the template.
@@ -63 +63 @@ After the procedure for installing the agent, the tutorial continues with how to
-###### To use AWS CloudFormation to install the CloudWatch agent on a new instance
+###### To use CloudFormation to install the CloudWatch agent on a new instance
@@ -69 +69 @@ After the procedure for installing the agent, the tutorial continues with how to
-  2. Open the AWS CloudFormation console at [https://console.aws.amazon.com/cloudformation](https://console.aws.amazon.com/cloudformation/).
+  2. Open the CloudFormation console at [https://console.aws.amazon.com/cloudformation](https://console.aws.amazon.com/cloudformation/).
@@ -77 +77 @@ After the procedure for installing the agent, the tutorial continues with how to
-     * **Stack name** : Choose a stack name for your AWS CloudFormation stack. 
+     * **Stack name** : Choose a stack name for your CloudFormation stack. 
@@ -108 +108 @@ Use the following command to confirm that the agent is running:
-The next procedure demonstrates using AWS CloudFormation to update the CloudWatch agent using an inline template. The default inline template collects the `mem_used_percent` metric. In this tutorial, you change the agent configuration to stop collecting that metric.
+The next procedure demonstrates using CloudFormation to update the CloudWatch agent using an inline template. The default inline template collects the `mem_used_percent` metric. In this tutorial, you change the agent configuration to stop collecting that metric.
@@ -110 +110 @@ The next procedure demonstrates using AWS CloudFormation to update the CloudWatc
-###### To use AWS CloudFormation to update the CloudWatch agent
+###### To use CloudFormation to update the CloudWatch agent
@@ -122 +122 @@ The next procedure demonstrates using AWS CloudFormation to update the CloudWatc
-  2. Open the AWS CloudFormation console at [https://console.aws.amazon.com/cloudformation](https://console.aws.amazon.com/cloudformation/).
+  2. Open the CloudFormation console at [https://console.aws.amazon.com/cloudformation](https://console.aws.amazon.com/cloudformation/).
@@ -124 +124 @@ The next procedure demonstrates using AWS CloudFormation to update the CloudWatc
-  3. On the AWS CloudFormation dashboard, select the stack that you created and choose **Update Stack**.
+  3. On the CloudFormation dashboard, select the stack that you created and choose **Update Stack**.
@@ -137 +137 @@ After some time, you see `UPDATE_COMPLETE`.
-## Tutorial: Install the CloudWatch agent using AWS CloudFormation and Parameter Store
+## Tutorial: Install the CloudWatch agent using CloudFormation and Parameter Store
@@ -139 +139 @@ After some time, you see `UPDATE_COMPLETE`.
-This tutorial walks you through using AWS CloudFormation to install the CloudWatch agent on a new Amazon EC2 instance. This tutorial installs on a new instance running Amazon Linux 2 using an agent configuration file that you create and save in Parameter Store.
+This tutorial walks you through using CloudFormation to install the CloudWatch agent on a new Amazon EC2 instance. This tutorial installs on a new instance running Amazon Linux 2 using an agent configuration file that you create and save in Parameter Store.
@@ -143 +143 @@ After the procedure for installing the agent, the tutorial continues with how to
-###### To use AWS CloudFormation to install the CloudWatch agent on a new instance using a configuration from Parameter Store
+###### To use CloudFormation to install the CloudWatch agent on a new instance using a configuration from Parameter Store
@@ -153 +153 @@ After the procedure for installing the agent, the tutorial continues with how to
-  4. Open the AWS CloudFormation console at [https://console.aws.amazon.com/cloudformation](https://console.aws.amazon.com/cloudformation/).
+  4. Open the CloudFormation console at [https://console.aws.amazon.com/cloudformation](https://console.aws.amazon.com/cloudformation/).
@@ -161 +161 @@ After the procedure for installing the agent, the tutorial continues with how to
-     * **Stack name** : Choose a stack name for your AWS CloudFormation stack. 
+     * **Stack name** : Choose a stack name for your CloudFormation stack. 
@@ -194 +194 @@ Use the following command to confirm that the agent is running:
-The next procedure demonstrates using AWS CloudFormation to update the CloudWatch agent, using an agent configuration that you saved in Parameter Store.
+The next procedure demonstrates using CloudFormation to update the CloudWatch agent, using an agent configuration that you saved in Parameter Store.
@@ -196 +196 @@ The next procedure demonstrates using AWS CloudFormation to update the CloudWatc
-###### To use AWS CloudFormation to update the CloudWatch agent using a configuration in Parameter Store
+###### To use CloudFormation to update the CloudWatch agent using a configuration in Parameter Store
@@ -200 +200 @@ The next procedure demonstrates using AWS CloudFormation to update the CloudWatc
-  2. In the AWS CloudFormation template that you downloaded in the Tutorial: Install the CloudWatch agent using AWS CloudFormation and Parameter Store topic, change the version number. For example, you might change `VERSION=1.0` to `VERSION=2.0`.
+  2. In the CloudFormation template that you downloaded in the Tutorial: Install the CloudWatch agent using CloudFormation and Parameter Store topic, change the version number. For example, you might change `VERSION=1.0` to `VERSION=2.0`.
@@ -202 +202 @@ The next procedure demonstrates using AWS CloudFormation to update the CloudWatc
-  3. Open the AWS CloudFormation console at [https://console.aws.amazon.com/cloudformation](https://console.aws.amazon.com/cloudformation/).
+  3. Open the CloudFormation console at [https://console.aws.amazon.com/cloudformation](https://console.aws.amazon.com/cloudformation/).
@@ -204 +204 @@ The next procedure demonstrates using AWS CloudFormation to update the CloudWatc
-  4. On the AWS CloudFormation dashboard, select the stack that you created and choose **Update Stack**.
+  4. On the CloudFormation dashboard, select the stack that you created and choose **Update Stack**.
@@ -217 +217 @@ After some time, you see `UPDATE_COMPLETE`.
-## Troubleshooting installation of the CloudWatch agent with AWS CloudFormation
+## Troubleshooting installation of the CloudWatch agent with CloudFormation
@@ -219 +219 @@ After some time, you see `UPDATE_COMPLETE`.
-This section helps you troubleshoot issues with installing and updating the CloudWatch agent using AWS CloudFormation.
+This section helps you troubleshoot issues with installing and updating the CloudWatch agent using CloudFormation.
@@ -223 +223 @@ This section helps you troubleshoot issues with installing and updating the Clou
-If you use AWS CloudFormation to update your CloudWatch agent configuration, and use an invalid configuration, the agent stops sending any metrics to CloudWatch. A quick way to check whether an agent configuration update succeeded is to look at the `cfn-init-cmd.log` file. On a Linux server, the file is located at `/var/log/cfn-init-cmd.log`. On a Windows instance, the file is located at `C:\cfn\log\cfn-init-cmd.log`.
+If you use CloudFormation to update your CloudWatch agent configuration, and use an invalid configuration, the agent stops sending any metrics to CloudWatch. A quick way to check whether an agent configuration update succeeded is to look at the `cfn-init-cmd.log` file. On a Linux server, the file is located at `/var/log/cfn-init-cmd.log`. On a Windows instance, the file is located at `C:\cfn\log\cfn-init-cmd.log`.