Skip to content

PyPI version

cloudwatcher

cloudwatcher is a tool for monitoring AWS CloudWatch metrics and logs. It can be used both as a command line tool and as a Python library.

Quick start

Here are the steps to use cloudwatcher as a command line tool:

  1. Install cloudwatcher with pip
  2. Configure target EC2 instance (optional if used with ECS ContainerInsights)
  3. Run cloudwatcher CLI or Python API

Documentation

Full package documentation, which includes examples of usage and setup, can be found at: https://niaid.github.io/cloudwatcher.

Authors