https://github.com/percolate/dynamodb-create-cloudwatch-alarms
Automate the creation of DynamoDB ProvisionedThroughput Read/Write Alarms
https://github.com/percolate/dynamodb-create-cloudwatch-alarms
Last synced: over 1 year ago
JSON representation
Automate the creation of DynamoDB ProvisionedThroughput Read/Write Alarms
- Host: GitHub
- URL: https://github.com/percolate/dynamodb-create-cloudwatch-alarms
- Owner: percolate
- License: gpl-3.0
- Created: 2015-08-06T18:07:49.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-03-16T17:39:04.000Z (over 3 years ago)
- Last Synced: 2025-03-29T06:23:12.225Z (over 1 year ago)
- Language: Python
- Size: 39.1 KB
- Stars: 7
- Watchers: 63
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dynamodb-create-cloudwatch-alarms
[](https://circleci.com/gh/percolate/dynamodb-create-cloudwatch-alarms)
Automate the creation of DynamoDB Read/Write ThrottleEvents Alarms.
## Quick Start
```bash
Script that creates AWS CloudWatch alarms Read/Write ThrottleEvents
for each DynamoDB table. Can be set as a cron job.
Usage:
dynamodb-create-cloudwatch-alarms [options]
dynamodb-create-cloudwatch-alarms [-h | --help]
Options:
--debug Do not send data to AWS.
--version Show version.
Examples:
dynamodb-create-cloudwatch-alarms 1 300 12 \
arn:aws:sns:us-west-2:123456789012:dynamodb us-west-2
dynamodb-create-cloudwatch-alarms 1 300 12 \
arn:aws:sns:us-west-2:123456789012:dynamodb us-west-2 --debug
dynamodb-create-cloudwatch-alarms --version
```
## Install
```bash
pip install dynamodb-create-cloudwatch-alarms
```