Skip to main content

AWS CloudWatch operations

v0.1.2

Metric + alarm + log group + log stream + log query introspection. Read-only. Auth via AWS_PROFILE.

7 allowed by default
Pack ID
aws-cloudwatch
Vendor
emisar
OS
linux
Actions
7
Required binaries. Install these on the host before relying on the pack — an action that calls a missing one fails at run time.
aws

Install

emisar pack install validates the pack and verifies its content hash before copying it into /etc/emisar/packs. The --hash below pins the install to the exact bytes on this page — a tampered copy is rejected. After install, reload the runner; it re-reads the catalog and advertises every action.

content hash: sha256:330aed09b29ac5a46a4b3a27ccf876429fdce84ab8ddfe80dff282b62dcb760c

on the runner host
sudo emisar pack install aws-cloudwatch \
  --hash sha256:330aed09b29ac5a46a4b3a27ccf876429fdce84ab8ddfe80dff282b62dcb760c \
  --dest /etc/emisar/packs

# Reload so the runner re-reads the catalog:
sudo systemctl reload emisar

Actions 7 total

View on GitHub