get_credit_status
Tracks AWS promotional credit burn-down and detects when billing flips from credits to cash. Analyzes monthly credit consumption to predict remaining runway.
Instructions
Track AWS promotional-credit (Activate) burn-down and detect the moment billing flips from credits to cash, the cliff where an early startup first feels cost pain. AWS sends no native alert for this.
Reads Cost Explorer's RECORD_TYPE (Charge type) to separate gross usage, credits applied, and net cash per month. No CUR/Athena setup needed. AWS has no API for the remaining Activate balance, so runway is inferred from the observed monthly credit-consumption trend, not a stated balance.
Args: months: Months of history to analyze (default 6).
Examples: - "Are my AWS credits about to run out?" - "When do my credits flip to cash?" - "How much of my bill is still covered by credits?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| months | No |