AWS Security ChangesHomeSearch

AWS AmazonCloudWatch documentation change

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

File: AmazonCloudWatch/latest/monitoring/CloudWatch-OTelEnrichment.md

Summary

Added prerequisite note and dependency for TelemetryEnrichment resource

Security assessment

Clarifies resource dependencies but doesn't address security vulnerabilities or document security features. Operational improvement without security impact.

Diff

diff --git a/AmazonCloudWatch/latest/monitoring/CloudWatch-OTelEnrichment.md b/AmazonCloudWatch/latest/monitoring/CloudWatch-OTelEnrichment.md
index 5b31deacb..0075106c9 100644
--- a//AmazonCloudWatch/latest/monitoring/CloudWatch-OTelEnrichment.md
+++ b//AmazonCloudWatch/latest/monitoring/CloudWatch-OTelEnrichment.md
@@ -55,0 +56,4 @@ You will need permissions for the following operation: `cloudwatch:StartOTelEnri
+###### Note
+
+The `AWS::CloudWatch::OTelEnrichment` resource requires the `AWS::ObservabilityAdmin::TelemetryEnrichment` resource to be configured first. For more information, see [enable resource tags on telemetry](https://docs.aws.amazon.com//AmazonCloudWatch/latest/monitoring/EnableResourceTagsOnTelemetry.html).
+    
@@ -58 +62,3 @@ You will need permissions for the following operation: `cloudwatch:StartOTelEnri
-      OTelEnrichment:
+      TelemetryEnrichmentExample:
+        Type: AWS::ObservabilityAdmin::TelemetryEnrichment
+      OTelEnrichmentExample:
@@ -59,0 +66 @@ You will need permissions for the following operation: `cloudwatch:StartOTelEnri
+        DependsOn: TelemetryEnrichmentExample