Skip to main content

AWS Cost Explorer operations

v0.1.3

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.

5 allowed by default
Pack ID
aws-cost
Vendor
emisar
OS
linux
Actions
5
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 fetches this pack, re-validates it, and verifies its content hash against the --hash below — the exact bytes this page was rendered against, so a tampered copy is rejected — before copying it into the runner's packs dir. The command reloads a running daemon itself; no manual restart.

on the runner host
sudo emisar pack install aws-cost --hash sha256:316a5685d9733bae33cf8bbdd9ff16b8b274203d4883943d43ae27500d0c72d4

Actions 5 total

View on GitHub
  • ce.forecast_current_month exec low

    Forecast current-month spend

    Show AWS-projected total spend for the current month based on usage so far.

    View source on GitHub
  • ce.last_7d_daily exec low

    Last-7-day daily totals

    Show daily unblended cost for the last 7 days. Use to spot spend spikes.

    View source on GitHub
  • ce.mtd_by_account exec low

    Month-to-date cost by linked account

    Show MTD cost grouped by linked account ID (org master account view).

    View source on GitHub
  • ce.mtd_by_service exec low

    Month-to-date cost by service

    Show unblended cost from the 1st of this month until today, grouped by service.

    View source on GitHub
  • ce.savings_plans_coverage exec low

    Savings Plans coverage (last month)

    Show what fraction of eligible compute spend was covered by Savings Plans / RI last month.

    View source on GitHub