Automate the creation of RDS cpu Alarms.
"""rds-create-cpu-alarms
Script used to create CPUUtilization alarms in AWS CloudWatch
for all RDS instances.
A upper-limit threshold needs to be defined.
Usage:
rds-create-cpu-alarms [options] <threshold> <sns_topic_arn> <region>
rds-create-cpu-alarms -h | --help
Options:
-h --help Show this screen.
--debug Don't send data to AWS
"""
pip install rds-create-cpu-alarms