1 Answers
0
You can yes, use a Metric Explorer widget - you'll find Metric Explorer on Explorer option under Metrics in CloudWatch Console.
Dashboard widget definition would be something like:
{
"type": "explorer",
"properties": {
"metrics": [
{
"metricName": "CPUUtilization",
"resourceType": "AWS::EC2::Instance",
"stat": "Average"
}
],
"labels": [
{
"key": "aws:autoscaling:groupName",
"value": "my-asg-name"
}
],
"period": 300,
"region": "us-east-1",
"title": "Live instances in 'my-asg-name'"
}
}
answered 3 days ago
Relevant questions
CloudWatch Dashboard
Accepted Answerasked 2 years agohow do I uninstall the cloudwatch unified agent from an EC2 instance?
asked 3 years agoCreate dynamic cross account CloudWatch Dashboard
asked 21 days agoRecreate "monitoring" tab as a dashboard in cloudwatch
asked 8 months agoNo metrics in Amazon Translate and CloudWatch dashboards
asked 3 years agoAWS Cloudwatch setup - initial_position parameter in the new logs agent
asked 6 months agoHow do a trigger a reboot action on lightsail cloudwatch alarm state?
Accepted Answerasked 3 months agoHow To automaticaly modify CloudWatch Dashboard when new instance is created.
asked 21 days agoCloudWatch dashboards suddenly show no data
asked 2 years agoCloudwatch Dashboards
asked 3 days ago