cloudwatch-alarm-creator

Configure AWS CloudWatch alarms for EC2, ALB, RDS, and custom metrics.

19|5|Updated Nov 23, 2025
One-click install
npx skills add https://github.com/Nir-Bhay/markups --skill cloudwatch-alarm-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudwatch-alarm-creator
Source: https://github.com/Nir-Bhay/markups/tree/main/.agents/skills/cloudwatch-alarm-creator
Command: npx skills add https://github.com/Nir-Bhay/markups --skill cloudwatch-alarm-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the process of setting up robust monitoring and alerting for AWS resources, ensuring timely notification of potential issues.

Core Features & Use Cases

  • Resource Monitoring: Define alarms for EC2, ALB, RDS, and custom metrics.
  • Threshold Configuration: Set specific thresholds and evaluation periods for alerts.
  • Use Case: Automatically create an alarm that triggers when EC2 CPU utilization exceeds 80% for two consecutive 5-minute periods, sending a notification to an SNS topic.

Quick Start

Create an EC2 alarm for high CPU utilization using the provided JSON configuration.

Frequently Asked Questions about cloudwatch-alarm-creator

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

FAQPage Schema
How do I set up AWS CloudWatch alarms for EC2 CPU utilization?

AWS CloudWatch alarms monitor EC2 metrics like CPU utilization by configuring specific thresholds and evaluation periods. The alarm triggers when utilization exceeds the set limit for consecutive periods and sends SNS notifications.

Can I configure CloudWatch alarms for AWS RDS and ALB resources?

Yes, CloudWatch alarms can be configured for AWS RDS and ALB resources. The setup supports defining thresholds, evaluation periods, and alarm actions to monitor various AWS services and custom metrics effectively.

How do I send CloudWatch alarm notifications to an SNS topic?

To send CloudWatch alarm notifications to an SNS topic, integrate SNS within the alarm action configuration. When the monitored metric breaches its defined threshold, the alarm automatically sends a notification to the specified SNS topic.

Does CloudWatch alarm configuration support anomaly detection?

Yes, CloudWatch alarm configuration supports anomaly detection for advanced monitoring. This allows the system to evaluate metrics against expected behavior patterns rather than relying solely on static thresholds for triggering alarms.

What is the process for creating composite CloudWatch alarms?

Creating composite CloudWatch alarms involves combining multiple individual alarm states into a single rule expression. This allows you to trigger actions based on the collective status of several underlying metric alarms.