PHASE 03 // IMPLEMENT

recfo@implement:~/runbooks/s1-07
S1-07 · Understand Cloud Usage and Cost · Allocation

Govern Allocation Rules

Why

Undocumented allocation rules create a single point of failure — if the person who built them leaves, nobody knows how costs are split. Version control provides audit trails and prevents silent breaking changes. Quarterly review ensures rules stay aligned with organisational changes (reorgs, new BUs, new shared services).

What

Document all allocation rules in a version-controlled, auditable format with assigned ownership and a quarterly review cadence.

How

Catalogue All Active Allocation Rules

For each rule, document:

FieldExample
Rule namePlatform Infrastructure — Even Split
SourceAccounts: acme-infra-* (networking, security, logging)
TargetsAll BU accounts (Finance, Marketing, Engineering)
MethodEven split (33.3% each)
DriverN/A (equal benefit)
Monthly cost~$48,000
ImplementationAWS Cost Category “Shared-Platform”
OwnerFinOps Lead
Last reviewed2026-01-15
Next review2026-04-15

Store in Version Control

Recommended: Git Repository
───────────────────────────────────────────
  /cost-allocation
    ├── rules/
    │   ├── platform-infrastructure.yaml
    │   ├── data-lake-proportional.yaml
    │   ├── commitment-redistribution.yaml
    │   └── ...
    ├── CHANGELOG.md
    └── OWNERS.md

Alternative: CMDB / ServiceNow configuration item, or a page in your FinOps wiki with change history enabled.

Establish Review Cadence

CadenceActivity
QuarterlyReview all rules. Check for: new BUs, retired applications, reorgs that change target weights, new shared services.
On-eventTrigger review when: a new BU is created, a shared service is decommissioned, an organisational restructure occurs.

Deliverable Checklist

  • All active allocation rules catalogued
  • Rules stored in version control or auditable system
  • Each rule has a named owner
  • Quarterly review cadence in governance calendar
  • CHANGELOG started for audit trail