AWS Cost Explorer operations

v0.1.2

Read-only AWS spend introspection — month-to-date by service, by account, forecast. Auth via AWS_PROFILE with ce:* permissions. Cost Explorer must be enabled.

Pack ID
aws-cost
Vendor
emisar
OS
linux
Actions
5
Required binaries: aws. Actions that call a missing binary fail at run time — install these on the host before relying on the pack.

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:ff4a9fb23708746a74fc93436298a4f4885ec8d809e17aead23726f71e0b809c

on the runner host
sudo emisar pack install aws-cost \
  --hash sha256:ff4a9fb23708746a74fc93436298a4f4885ec8d809e17aead23726f71e0b809c \
  --dest /etc/emisar/packs

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

Actions 5 total

View on GitHub