PHASE 03 // IMPLEMENT

recfo@implement:~/runbooks/s2-01
S2-01 · Understand Cloud Usage and Cost · Invoicing & Chargeback

Establish Workload Intake Process

Why

Capturing metadata at intake means cost allocation works from day one. Without it, accounts are created ad-hoc with missing metadata, creating cost orphans that require expensive retroactive attribution. An intake process is the governance gate that ensures every workload is born with the right tags, budget, owner, and cost centre.

What

Route all new application/workload requests through an ITSM intake process (Jira, ServiceNow, or equivalent) where tickets capture required metadata. Requests are reviewed and approved by a governance body before provisioning.

How

Create the Intake Form

Build a ticket template or portal form in your ITSM tool with required fields:

FieldExampleWhy It Matters
Application NamePayment Service v2Naming convention compliance
Business UnitFinanceHierarchy placement
Cost CentreCC-4521Chargeback / showback routing
Environmentprod / dev / stg / sbxDetermines policy set
Owner (Team)payments-teamAccountability and alert routing
Estimated Monthly Cost$18,000–$22,000Budget alert configuration
Cloud ProviderAWS / Azure / GCPProvisioning pipeline selection
DurationPermanent / temporary (end date)Commitment eligibility
Data Classificationinternal / confidentialCompliance policy selection

Define the Approval Workflow

StepApproverValidates
SubmitRequesting teamCompletes all required fields
ReviewFinOps practitionerNaming convention, tags, cost estimate
ApprovePlatform / Cloud teamTechnical feasibility, hierarchy placement
ProvisionAutomated pipelineTriggers S2-02 Automated Provisioning

Connect to Provisioning Pipeline

Once approved, the ticket metadata feeds directly into the automated provisioning pipeline (S2-02). The pipeline reads: app name, BU, environment, cost centre, owner — and provisions the account with all baselines automatically.

Deliverable Checklist

  • Intake form created in ITSM tool with all required fields
  • Approval workflow configured (submit → review → approve → provision)
  • Naming convention validation built into form
  • Integration with provisioning pipeline tested
  • All new workload requests routed through intake process