Skip to main content

A tool to create AWS CloudWatch Alarms for your resources with specified name and tags

Project description

AWS CloudWatch Alarm Craft

A tool to create AWS CloudWatch Alarms for your resources with specified name and tags.

Quick Start

  1. Install python (>= 3.9), and install alarm-craft.
    pip install alarm-craft
    
  2. Execute the tool.
    python -m alarm-craft -c config-min-sample.json
    

By this execution, the alarm-craft creates Cloudwatch Alarms for your Lambda functions tagged division: alpha. The following alarms would be created if your lambda function exists.

  • myproj-cw-metric-alarm-autogen-<name_of_funcion>-Errors
  • myproj-cw-metric-alarm-autogen-<name_of_funcion>-Throttled

The prefix of alarm name, target resource, its tags/names and others can be configured by json file. See config-min-sample.json for above simple case or config-sample.json for more complex case. For complete configuration file specification, refer Wiki/Configuration.

Usage

See Wiki.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

alarm-craft-0.0.9.tar.gz (19.2 kB view hashes)

Uploaded Source

Built Distribution

alarm_craft-0.0.9-py3-none-any.whl (10.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page