AWS Security ChangesHomeSearch

AWS AmazonCloudWatch documentation change

Service: AmazonCloudWatch · 2026-06-25 · Documentation low

File: AmazonCloudWatch/latest/monitoring/ContainerInsights-Prometheus-troubleshooting-ECS.md

Summary

Fixed possessive apostrophes (agent's instead of agent’s) and capitalized 'Docker' consistently.

Security assessment

Changes are grammatical/formatting improvements only. No security-related content was added or modified. The IAM permissions reference remains unchanged.

Diff

diff --git a/AmazonCloudWatch/latest/monitoring/ContainerInsights-Prometheus-troubleshooting-ECS.md b/AmazonCloudWatch/latest/monitoring/ContainerInsights-Prometheus-troubleshooting-ECS.md
index 3434c3856..7d725af37 100644
--- a//AmazonCloudWatch/latest/monitoring/ContainerInsights-Prometheus-troubleshooting-ECS.md
+++ b//AmazonCloudWatch/latest/monitoring/ContainerInsights-Prometheus-troubleshooting-ECS.md
@@ -123 +123 @@ Check the value of `ExporterDiscoveredTargetCount` to see whether the discovered
-  * The configuration of ECS service discovery might not match your application's setting. For the docker label-based service discovery, your target containers may not have the necessary docker label configured in the CloudWatch agent to auto discover them. For the ECS task definition ARN regular expression-based service discovery, the regex setting in the CloudWatch agent may not match your application’s task definition. 
+  * The configuration of ECS service discovery might not match your application's setting. For the Docker label-based service discovery, your target containers may not have the necessary Docker label configured in the CloudWatch agent to auto discover them. For the ECS task definition ARN regular expression-based service discovery, the regex setting in the CloudWatch agent may not match your application's task definition. 
@@ -125 +125 @@ Check the value of `ExporterDiscoveredTargetCount` to see whether the discovered
-  * The CloudWatch agent’s ECS task role might not have permission to retrieve the metadata of ECS tasks. Check that the CloudWatch agent has been granted the following read-only permissions:
+  * The CloudWatch agent's ECS task role might not have permission to retrieve the metadata of ECS tasks. Check that the CloudWatch agent has been granted the following read-only permissions:
@@ -146 +146 @@ If there are still no log events sent to the target CloudWatch Logs log group ev
-  * The CloudWatch agent’s ECS task role might not have the **CloudWatchAgentServerPolicy** managed policy. The CloudWatch agent’s ECS task role needs to have this policy to be able to send the Prometheus metrics as log events. If you used the sample CloudFormation template to create the IAM roles automatically, both the ECS task role and the ECS execution role are granted with the least privilege to perform the Prometheus monitoring. 
+  * The CloudWatch agent's ECS task role might not have the **CloudWatchAgentServerPolicy** managed policy. The CloudWatch agent's ECS task role needs to have this policy to be able to send the Prometheus metrics as log events. If you used the sample CloudFormation template to create the IAM roles automatically, both the ECS task role and the ECS execution role are granted with the least privilege to perform the Prometheus monitoring.