Scripts for managing CloudWatch alarms and metrics.
python services/cloudwatch/create_alarm.py --alarm-name HighCPU --metric CPUUtilization --namespace AWS/EC2 --threshold 80
python services/cloudwatch/create_alarm.py --alarm-name LowDisk --metric FreeStorageSpace --namespace AWS/RDS --threshold 1000000000 --comparison LessThanThresholdpython services/cloudwatch/list_alarms.pypython services/cloudwatch/put_metric_data.py --namespace MyApp --metric-name RequestCount --value 42 --unit Countpython services/cloudwatch/list_metrics.py
python services/cloudwatch/list_metrics.py --namespace AWS/EC2