aws_ce_get_cost_forecast
Forecast AWS costs for future time periods using specified metrics and granularity to support budget planning and financial management.
Instructions
Get a cost forecast for a future time period.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | AWS profile name from ~/.aws/config (e.g., 'default', 'production') | |
| region | No | AWS region override (e.g., 'us-east-1', 'sa-east-1') | |
| time_period | Yes | Future time period (YYYY-MM-DD) | |
| metric | No | Cost metric to forecast (default: UNBLENDED_COST) | |
| granularity | No | Forecast granularity (default: MONTHLY) |