get_detailed_breakdown_by_day
Get a daily breakdown of AWS costs by region, service, and instance type to identify spending patterns and optimize cloud expenditure.
Instructions
Retrieve daily spend breakdown by region, service, and instance type.
Args:
params: Parameters specifying the number of days to look back
Returns:
Dict[str, Any]: A tuple containing:
- A nested dictionary with cost data organized by date, region, and service
- A string containing the formatted output report
or (None, error_message) if an error occurs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |