cloudwatch

Monitor AWS resources with CloudWatch metrics, logs, alarms, and dashboards.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/northseadl/skillwisp --skill cloudwatch-northseadl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudwatch
Source: https://github.com/northseadl/skillwisp/tree/main/skills/%40itsmostafa/cloudwatch
Command: npx skills add https://github.com/northseadl/skillwisp --skill cloudwatch-northseadl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance and commands for monitoring AWS resources using Amazon CloudWatch, enabling proactive issue detection and performance optimization.

Core Features & Use Cases

  • Metric Alarms: Set up alerts based on resource metrics (CPU, memory, error rates).
  • Log Analysis: Query and analyze logs for troubleshooting and insights.
  • Dashboard Creation: Build custom dashboards to visualize key metrics.
  • Use Case: Automatically create an alarm that triggers when your Lambda function's error rate exceeds 5% for more than one minute, ensuring immediate notification of critical issues.

Quick Start

Create a CloudWatch alarm for high CPU utilization on an EC2 instance.

Frequently Asked Questions about cloudwatch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I monitor AWS resources and set up CloudWatch alarms for high CPU utilization?

To monitor AWS resources, use CloudWatch to set metric alarms that trigger when thresholds like high CPU utilization are breached. This Skill provides AWS CLI and boto3 commands to configure alarms, enabling proactive system health management and immediate incident response.

What is the best way to query and analyze CloudWatch logs for troubleshooting?

Querying CloudWatch logs for troubleshooting involves using AWS CLI or boto3 to filter and extract operational insights. This Skill provides detailed command-line examples to analyze log data, facilitating performance tuning and rapid identification of system anomalies.

Can I build custom CloudWatch dashboards to visualize AWS metrics using boto3?

Yes, you can build custom CloudWatch dashboards to visualize AWS metrics using boto3. This Skill provides SDK examples for dashboard creation, allowing you to consolidate key performance indicators and facilitate proactive visual monitoring of your AWS infrastructure.

Does this Skill support creating CloudWatch alarms for Lambda function error rates?

Yes, this Skill supports monitoring Lambda function error rates. It provides instructions to create CloudWatch alarms that trigger automatically when error rates exceed specified thresholds, such as five percent for over a minute, ensuring immediate notification of critical issues.

How do I manage CloudWatch metrics and observability for AWS without manual console configuration?

Managing CloudWatch metrics and observability without manual console configuration is achieved through AWS CLI and boto3 commands. This Skill facilitates automated operational tasks, enabling proactive issue detection, performance optimization, and incident response directly from the command line.