aws cloudwatch
all
Monitor AWS resources to gain system-wide visibility into resource utilization, application performance, and operational health.
More info →Examples (7)
List dashboards for your account
aws cloudwatch list-dashboardsDisplay details for the specified dashboard
aws cloudwatch get-dashboard --dashboard-name dashboard_nameList metrics
aws cloudwatch list-metricsList alarms
aws cloudwatch describe-alarmsCreate or update an alarm and associate it with a metric
aws cloudwatch put-metric-alarm --alarm-name alarm_name --evaluation-periods evaluation_periods --comparison-operator comparison_operatorDelete the specified alarms
aws cloudwatch delete-alarms --alarm-names alarm_namesDelete the specified dashboards
aws cloudwatch delete-dashboards --dashboard-names dashboard_namesmade by @shridhargupta | data from tldr-pages