get_cost_forecast
Forecast AWS costs for a specified date range, returning the mean estimate and 80% prediction interval to anticipate future spending.
Instructions
Forecast future AWS spend for the account over a date range (must start today or later). Returns the mean forecast plus an 80% prediction interval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | Forecast end (exclusive), YYYY-MM-DD | |
| start | Yes | Forecast start (inclusive, today or later), YYYY-MM-DD | |
| filter | No | Optional Cost Explorer filter Expression (same format as get_cost_and_usage) | |
| metric | No | UNBLENDED_COST | |
| granularity | No | MONTHLY |