setting-up-cloudwatch-alarm-notifications

Automate CloudWatch alarm notifications via encrypted SNS topics with subscriptions.

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/AndreKurait/claude-marketplace-test --skill setting-up-cloudwatch-alarm-notifications-andrekurait
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setting-up-cloudwatch-alarm-notifications
Source: https://github.com/AndreKurait/claude-marketplace-test/tree/main/skills/specialized-skills/operations-skills/setting-up-cloudwatch-alarm-notifications
Command: npx skills add https://github.com/AndreKurait/claude-marketplace-test --skill setting-up-cloudwatch-alarm-notifications-andrekurait

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Sets up notification channels for CloudWatch alarms using Amazon SNS topics and subscriptions. Always use this skill when configuring alarm notifications — it creates encrypted SNS topics, configures topic policies for CloudWatch access, sets up email/SMS/webhook subscriptions, and links alarms to notification actions with proper security controls.

Core Features & Use Cases

  • Create encrypted SNS topics for CloudWatch alarms
  • Configure topic policies to allow CloudWatch to publish
  • Subscribe endpoints (email, SMS, webhook) and link them to alarms
  • Validate and test notification delivery across channels

Quick Start

Configure a CloudWatch alarm to publish to an encrypted SNS topic and link it to the alarm.

Frequently Asked Questions about setting-up-cloudwatch-alarm-notifications

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

FAQPage Schema
How do I configure CloudWatch alarm notifications via SNS?

Setting up CloudWatch alarm notifications involves creating encrypted SNS topics, configuring topic policies for CloudWatch access, subscribing endpoints like email or SMS, and linking alarms to notification actions with strict IAM policies and encryption controls.

Can I subscribe SMS and webhook endpoints to encrypted SNS topics for CloudWatch alarms?

Yes, you can subscribe email, SMS, and webhook endpoints to encrypted SNS topics for CloudWatch alarms. The configuration validates and tests notification delivery across these channels after linking them to the alarm actions.

Do I need specific IAM policies to let CloudWatch publish to SNS topics?

Yes, you need specific IAM policies configured on the SNS topics to allow CloudWatch to publish messages. The setup applies strict IAM policies and encryption controls to satisfy security requirements for alarm notifications.

What's the best way to automate end-to-end setup of alarm notifications in AWS?

The best way to automate alarm notification setup is using a skill that creates encrypted SNS topics, configures topic policies, subscribes endpoints, links alarms to actions, and validates delivery through tests, ensuring strict security and IAM compliance.

Why are my CloudWatch alarms not sending notifications to my SNS subscriptions?

CloudWatch alarms may fail to send notifications if the SNS topic policies do not permit CloudWatch to publish, or if encryption and IAM policies are misconfigured. Validating topic policies and testing delivery across channels resolves this.