Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 833 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 833 Bytes

rds-create-cpu-alarms

Circle CI codecov.io

Automate the creation of RDS cpu Alarms.

Quick Start

"""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
"""

Install

pip install rds-create-cpu-alarms