Practise vocabulary for showback vs. chargeback models, cost allocation tags, tag compliance, shared service cost allocation, budget alerts, and cost anomaly detection.
0 / 5 completed
1 / 5
The key difference between "showback" and "chargeback" is:
Showback creates visibility and cost awareness without financial pain: "your team spent $45K on S3 last month." Chargeback creates financial accountability: "your team's budget is reduced by $45K; it appears in your P&L." Most organisations start with showback to build trust and data accuracy, then graduate to chargeback when teams are ready for financial ownership of their cloud spend.
2 / 5
"Cost allocation tags" in cloud FinOps are:
Tagging strategy example: Environment=production, Team=payments, Product=checkout, CostCentre=CC-2341. Tags enable: "show me all costs for team=payments in environment=production." Without tags, all costs are in one undifferentiated bill. Tag governance is a FinOps challenge: tag compliance = % of resources with required tags applied.
3 / 5
"Tag compliance" in a FinOps programme measures:
Low tag compliance is a major FinOps blocker. If 40% of EC2 instances have no Team tag, 40% of compute costs cannot be attributed. FinOps programmes enforce tags via: AWS Service Control Policies (deny launch without required tags), tag compliance dashboards, and regular "untagged resource" cleanup campaigns. Target: 95%+ tag compliance.
4 / 5
Shared service cost allocation addresses:
Shared services create allocation complexity: a shared EKS cluster costs $50K/month. How much does team A owe? Options: (1) proportional: split by CPU/memory requested, (2) fixed: split evenly by team count, (3) direct: meter actual usage per namespace. Metering is most accurate but most complex. The allocation method must be agreed before chargeback is implemented.
5 / 5
A "budget alert" in cloud cost management is triggered when:
AWS Budgets, Azure Cost Alerts, GCP Budget Alerts all support: actual spend alerts (80%, 100% of budget) and forecast alerts ("projected to reach 150% of budget by month end"). Proactive alerting enables: "we're on track to overspend by $20K — which workload changed?" before month-end rather than an unpleasant billing surprise.