0

I have a custom metric with many dimensions. Can I setup an alarm against the value of a dimension instead of the metric?

user2202911
  • 2,898
  • 5
  • 20
  • 28

1 Answers1

0

You can't. A metric is identified by a set of dimensions and a namesapce. If you change a dimension value, well then you've created a new metric. You can only alarm on metric datapoint values.

See CloudWatch Concepts for clarification.

mickzer
  • 5,958
  • 5
  • 34
  • 57