get_savings_plan_showback
Attribute real dollar savings from Savings Plans and Reserved Instances to each team, showing effective cost, on-demand equivalent, and discount rate.
Instructions
Show exactly how much each team saved from Savings Plans and Reserved Instances.
This is the showback problem no other tool solves at line-item granularity. Instead of blending SP/RI discounts across the account, nable attributes the real dollar benefit back to the team or service that consumed the covered usage, using CUR fields that Cost Explorer doesn't expose.
For each team (or tag value): • effective_cost , what they actually paid under SP/RI rates • on_demand_equiv , what they would have paid without commitments • savings_captured , real dollar benefit from Savings Plans + RIs • discount_rate_pct , their effective discount rate • sp_savings / ri_savings, broken out by commitment type
Requires CUR delivery to S3 and Athena. Team plan feature.
Args: tag_key: Resource tag to group by, "team", "project", "env" (default "team") start_date: ISO date YYYY-MM-DD (default: start of current month) end_date: ISO date YYYY-MM-DD (default: today) include_ri: Include Reserved Instance savings alongside SP savings (default True)
Examples: - "Show me savings plan showback by team this month" - "How much did the payments team save from our savings plans?" - "What's the effective discount rate per team from our commitments?" - "Which team is getting the most benefit from our reserved instances?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag_key | No | team | |
| end_date | No | ||
| include_ri | No | ||
| start_date | No |