Skip to content

How can I edit a Cloudwatch Anomaly Detection model?

0

Hi

Point 9a in the Cloudwatch anomaly detection graphing documentation describes an option to edit the model. However, I do not see this option. Where can I find this please? I would like to refine the model by excluding some anomalous data.

Enter image description here

asked a year ago694 views
2 Answers
0

To edit a CloudWatch Anomaly Detection model, you can follow these steps:

  1. Open the CloudWatch console and navigate to the Metrics section.
  2. Find and select the metric that has the anomaly detection model you want to edit.
  3. In the Graphed metrics tab, look for the anomaly detection band.
  4. You should see an "Edit model" option. If you don't see this option immediately, it may be because you're using an older version of the CloudWatch interface.

When editing the model, you can:

  1. Exclude specific time periods from being used in the model's training data. This is particularly useful for excluding unusual events like system outages, deployments, or holidays that might skew the model.
  2. Adjust the time zone settings to account for daylight saving time changes.
  3. Modify the band threshold to change the sensitivity of the anomaly detection.

If you're unable to find the "Edit model" option, it's possible that you're using an older version of the CloudWatch interface. In this case, you might need to switch to the latest version of the metrics user interface to access all the editing features, especially for anomaly detection on metric math expressions.

If you still can't locate the edit option, you may want to try deleting the existing model and creating a new one with your desired parameters. To do this:

  1. Select the anomaly detection model you want to remove.
  2. Choose "Delete anomaly detection model".
  3. Then, create a new model with your refined parameters, excluding the anomalous data as needed.

Remember, it's crucial to have sufficient historical data (ideally at least two weeks) for the model to train effectively. If you're working with a newer metric or have recently made significant changes, you may need to wait for more data to accumulate before the model can be accurately refined.
Sources
Graph a metric - Amazon CloudWatch
Create a CloudWatch alarm based on anomaly detection - Amazon CloudWatch
Using CloudWatch anomaly detection - Amazon CloudWatch
Community | How to maximize application uptime using CloudWatch Anomaly Detection

answered a year ago
  • How can I switch the metrics user interface?

0

Hi, on the screen where you took the screenshot that you shared, that is the "Graphed metrics" tab of the metrics console, you must click on the dotted line that displays ANOMALY_DETECTION_BAND(m1, 2) - when you click on it, it should display a popup menu that has an option to edit your model. Example of popup menu to edit the model

AWS
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.