Set up alarms to be notified when your AWS resources exceed defined thresholds. Alarm rules are created centrally and can be attached to any individual monitored resource.
Cloudmon alarm rules work on a trigger model: you define a condition (the IF) and an action (the THEN). When the condition is met for the specified number of consecutive intervals, Cloudmon fires the alarm and executes the configured actions, such as sending a notification or running a script.
Alarm rules for AWS resources are created and configured in one place, then attached wherever needed:
Below are recommended alarm configurations for the most common AWS monitoring scenarios:
| Use Case | Metric | Suggested Threshold | Why |
| EC2 high CPU | CPU Utilisation | Above 90% for 1 interval | Catches instances under sustained heavy load before performance degrades |
| EC2 instance down | Status Check Failed | Above 0 for 1 interval | Immediately alerts when an instance fails a health check |
| RDS low storage | Free Storage Space | Below 10% for 1 interval | Prevents database outages caused by running out of disk space |
| RDS high connections | Database Connections | Above limit for 2 intervals | Detects connection leaks or unusual application behaviour early |
| EC2 unexpected reboot | System Reboot | Is detected | Flags unplanned reboots that could indicate instability or unauthorised activity |
| EC2 high network traffic | Network In / Network Out | Above expected baseline | Identifies unusual traffic spikes that could indicate a security issue or misconfigured application |
All alarm rules, along with the triggers configured within them, are listed under Settings → Configurations → Alarm Rules. Each rule shows its name, severity, whether notifications are configured, and whether a script is set to run when triggered. You can edit or delete any rule at any time using the action icons on the right. To see which rule is currently attached to a specific AWS resource, open that resource's edit panel and check the Alarm Rule field under Alert Settings.