Difference between revisions of "Amazon CloudWatch"

From wikieduonline
Jump to navigation Jump to search
Line 4: Line 4:
 
==Basic Commands==
 
==Basic Commands==
 
Delete alarm
 
Delete alarm
*<code>[[aws cloudwatch]] delete-alarms --alarm-names myalarm</code>
+
* <code>[[aws cloudwatch delete-alarms]] --alarm-names myalarm</code>
  
 
Delete [[dashboards]]:
 
Delete [[dashboards]]:
*<code>[[aws delete-dashboards]] --dashboard-names mydashboard</code>
+
* <code>[[aws delete-dashboards]] --dashboard-names mydashboard</code>
  
 
Delete [[insight]] rules
 
Delete [[insight]] rules
*<code>[[aws delete-insight-rules]] --rule-names <value></code>
+
* <code>[[aws delete-insight-rules]] --rule-names <value></code>
  
 
List [[dashboards]]
 
List [[dashboards]]
*<code>[[aws cloudwatch list-dashboards]]</code>
+
* <code>[[aws cloudwatch list-dashboards]]</code>
  
 
* <code>[[aws cloudwatch put-metric-alarm]]</code>
 
* <code>[[aws cloudwatch put-metric-alarm]]</code>

Revision as of 11:30, 27 September 2021

wikipedia:Amazon_Elastic_Compute_Cloud#Amazon_CloudWatchis a web service that provides real-time monitoring to Amazon's EC2 customers on their resource utilization such as CPU, disk, network and replica lag for RDS Database replicas.


Basic Commands

Delete alarm

Delete dashboards:

Delete insight rules

List dashboards

Others

Related terms

See also

  • https://aws.amazon.com/blogs/aws/new-amazon-cloudwatch-anomaly-detection/
  • Advertising: