// Definition
Showback is the practice of allocating cloud costs to teams, products, or cost centers and making those costs visible — without actually transferring money internally. Teams receive reports or dashboards showing what they've consumed, but the cloud bill remains in a central budget. No internal invoice is issued.
// Why It Matters
Without showback, engineers have no feedback loop on the cost of their infrastructure decisions. A developer who provisions an oversized database instance, forgets a load balancer, or leaves a GPU cluster running over a weekend has no signal that anything happened — until the finance team notices the monthly bill three weeks later.
Showback creates that feedback loop without the organizational friction of internal billing. It's the standard starting point for FinOps practices because it builds cost awareness before accountability, making the cultural shift more sustainable. See how this fits into FinOps maturity stages — showback typically lives in the Crawl-to-Walk transition.
// In Practice
Scenario: An e-commerce company runs AWS across three product teams: checkout, search, and recommendations. Finance sees one consolidated bill. With showback enabled via AWS Cost Explorer and tag-based allocation, each team receives a monthly Slack digest showing their spend breakdown. The recommendations team discovers they're running $12,000/month in GPU instances that power a feature used by 2% of users — and voluntarily scales down. No finance meeting required.