get_data_transfer_costs
Identify costly AWS data transfer charges (internet egress, cross-AZ, inter-region, NAT Gateway) and get specific cost-reduction recommendations like VPC endpoints or CloudFront.
Instructions
Identify significant data transfer cost line items from AWS Cost Explorer.
Surfaces internet egress, cross-AZ transfer, inter-region transfer, and NAT Gateway data charges. Each finding includes a specific cost-reduction recommendation (VPC endpoints, CloudFront, regional consolidation).
Args: start_date: ISO date (YYYY-MM-DD). Defaults to 30 days ago. end_date: ISO date. Defaults to today. threshold_usd: Only return usage types costing more than this (default $50).
Examples: - "What are our data transfer costs?" - "How much are we paying for inter-region traffic?" - "Which data transfer charges are most expensive?" - "Are we overpaying for NAT Gateway data transfer?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | No | ||
| start_date | No | ||
| threshold_usd | No |