AWS Security ChangesHomeSearch

AWS AmazonCloudWatch documentation change

Service: AmazonCloudWatch · 2025-10-01 · Documentation low

File: AmazonCloudWatch/latest/monitoring/using-metric-math.md

Summary

Renamed 'anomaly detection' to 'outlier detection' throughout the document, including section titles and function descriptions. Updated references to documentation links while maintaining same URL anchors.

Security assessment

The changes appear to be terminology updates from 'anomaly detection' to 'outlier detection' without introducing new security capabilities or addressing specific vulnerabilities. The ANOMALY_DETECTION_BAND function's purpose remains unchanged despite the naming update. No security advisories, vulnerability fixes, or access control changes are mentioned.

Diff

diff --git a/AmazonCloudWatch/latest/monitoring/using-metric-math.md b/AmazonCloudWatch/latest/monitoring/using-metric-math.md
index e0c24959f..0609e6fda 100644
--- a//AmazonCloudWatch/latest/monitoring/using-metric-math.md
+++ b//AmazonCloudWatch/latest/monitoring/using-metric-math.md
@@ -5 +5 @@
-Add a math expression to a CloudWatch graphMetric math syntax and functionsUsing IF expressionsAnomaly detection on metric math
+Add a math expression to a CloudWatch graphMetric math syntax and functionsUsing IF expressionsOutlier detection on metric math
@@ -120 +120 @@ Function | Arguments | Return type***** | Description | Examples | Supported for
-**ANOMALY_DETECTION_BAND** |  TS TS, S |  TS[] | Returns an anomaly detection band for the specified metric. The band consists of two time series, one representing the upper limit of the "normal" expected value of the metric, and the other representing the lower limit. The function can take two arguments. The first is the ID of the metric to create the band for. The second argument is the number of standard deviations to use for the band. If you don't specify this argument, the default of 2 is used. For more information, see [Using CloudWatch anomaly detection](./CloudWatch_Anomaly_Detection.html). |  **ANOMALY_DETECTION_BAND(m1)** **ANOMALY_DETECTION_BAND(m1,4)** |   
+**ANOMALY_DETECTION_BAND** |  TS TS, S |  TS[] | Returns an outlier detection band for the specified metric. The band consists of two time series, one representing the upper limit of the "normal" expected value of the metric, and the other representing the lower limit. The function can take two arguments. The first is the ID of the metric to create the band for. The second argument is the number of standard deviations to use for the band. If you don't specify this argument, the default of 2 is used. For more information, see [Using CloudWatch outlier detection](./CloudWatch_Anomaly_Detection.html). |  **ANOMALY_DETECTION_BAND(m1)** **ANOMALY_DETECTION_BAND(m1,4)** |   
@@ -391 +391 @@ You can use `GetMetricData` to perform calculations using math expressions, and
-## Anomaly detection on metric math
+## Outlier detection on metric math
@@ -393 +393 @@ You can use `GetMetricData` to perform calculations using math expressions, and
-Anomaly detection on metric math is a feature that you can use to create anomaly detection alarms on single metrics and the outputs of metric math expressions. You can use these expressions to create graphs that visualize anomaly detection bands. The feature supports basic arithmetic functions, comparison and logical operators, and most other functions.
+Outlier detection on metric math is a feature that you can use to create anomaly detection alarms on single metrics and the outputs of metric math expressions. You can use these expressions to create graphs that visualize outlier detection bands. The feature supports basic arithmetic functions, comparison and logical operators, and most other functions.
@@ -395 +395 @@ Anomaly detection on metric math is a feature that you can use to create anomaly
-**Anomaly detection on metric math doesn't support the following functions:**
+**Outlier detection on metric math doesn't support the following functions:**
@@ -416 +416 @@ Anomaly detection on metric math is a feature that you can use to create anomaly
-For more information about this feature, see [Using CloudWatch anomaly detection](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Anomaly_Detection.html#anomaly_detection_on_metric_math) in the _Amazon CloudWatch User Guide_.
+For more information about this feature, see [Using CloudWatch outlier detection](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Anomaly_Detection.html#anomaly_detection_on_metric_math) in the _Amazon CloudWatch User Guide_.
@@ -424 +424 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please
-Using anomaly detection
+Using outlier detection