I am in the process of publishing several custom metrics for CloudWatch.
When the metrics are on my own namespace, all goes well.
I now want to publish a per-instance metric, similar to CPUUtilization
, with dimensions ImageId=i-XXXXXXXX
, in the AWS/EC2
namespace.
Unfortunately, CloudWatch disagrees with me and gives me this error:
"The value AWS/ for parameter Namespace is invalid."
- How do I add a custom metric to a specific instance?
- Is this possible at all?
many thanks,