What is FOCUS?
Last Updated: February 2026
Key takeaways
FOCUS stands for FinOps Open Cost and Usage Specification — the open standard for cloud billing data
Created by the FinOps Foundation to solve the problem of inconsistent billing formats across cloud providers
Normalizes cost data from AWS, Azure, GCP, and other providers into a single, consistent schema
Enables accurate multi-cloud cost allocation, chargeback, forecasting, and optimization
Without FOCUS, organizations spend significant effort manually normalizing billing data before they can analyze it
CerteroX Cloud Management natively ingests FOCUS exports from AWS, Azure, and GCP with 8 purpose-built reporting modules
CerteroX Cloud Management is a FinOps Certified Platform — Certero is a FinOps Foundation member
What is FOCUS?
FOCUS (FinOps Open Cost and Usage Specification) is an open standard that defines a common schema for cloud cost and usage data. It provides a consistent format for billing data across cloud providers, eliminating the need for manual data normalization.
Before FOCUS, every cloud provider delivered billing data in a proprietary format:
Provider | Native Billing Format | Format |
|---|
Provider | Native Billing Format | Format |
|---|---|---|
AWS | Cost and Usage Report (CUR) | CSV with AWS-specific columns |
Azure | Cost Management exports | CSV/JSON with Azure-specific columns |
GCP | BigQuery billing export | BigQuery tables with GCP-specific schema |
FOCUS replaces this fragmentation with a single specification. When providers export billing data in FOCUS format, the columns, data types, and definitions are consistent regardless of source.
The problem FOCUS solves
Organizations using multiple cloud providers face a data normalization challenge:
Different column names — AWS calls it "line_item_usage_amount," Azure calls it "Quantity," GCP calls it "usage.amount"
Different cost categories — Each provider categorizes services and resource types differently
Different billing periods — Invoicing cycles, proration methods, and currency handling vary
Different discount representations — Reserved Instances, Savings Plans, Committed Use Discounts, and Enterprise Agreements are all structured differently
Result: FinOps teams spend more time cleaning and normalizing data than analyzing it. Reports are unreliable. Multi-cloud cost comparisons are approximate at best.
FOCUS eliminates this by defining a standard set of columns that all providers map their data to.
Why FOCUS matters
For FinOps teams
Without FOCUS | With FOCUS |
|---|
Without FOCUS | With FOCUS |
|---|---|
Build custom ETL pipelines per provider | Ingest one consistent format |
Maintain mapping tables as providers change formats | Standard schema maintained by FinOps Foundation |
Approximate multi-cloud comparisons | Accurate cross-cloud analysis |
Weeks to build multi-cloud dashboards | Connect and analyze immediately |
Break when providers update billing formats | Stable standard with versioned updates |
For finance teams
FOCUS enables accurate financial reporting across clouds:
Chargeback and showback — Allocate costs to departments using consistent data
Forecasting — Build multi-cloud forecasts from a single dataset
Invoice reconciliation — Match invoices to usage with consistent line items
Budget tracking — Compare actual spend against budget across providers
For organizations
Reduced vendor lock-in — Standard data format makes it easier to compare and move between providers
Lower tooling costs — Cloud cost tools built on FOCUS work across all providers without custom integration
Faster time-to-value — New cloud accounts produce analyzable data immediately
Industry alignment — Growing adoption means ecosystem support from tools, consultancies, and training
Key FOCUS concepts
The FOCUS schema
FOCUS defines a standardized set of columns (dimensions and metrics) for cloud billing data. Key columns include:
Column | Purpose | Example |
|---|
Column | Purpose | Example |
|---|---|---|
BilledCost | Amount charged by the provider | $142.50 |
EffectiveCost | Cost after discounts (RIs, SPs) | $98.75 |
ListCost | On-demand list price | $185.00 |
PricingCategory | Type of pricing applied | On-Demand, Committed, Spot |
ChargeCategory | What the charge is for | Usage, Purchase, Tax, Credit |
ServiceName | Cloud service name | Amazon EC2, Azure Virtual Machines |
ResourceId | Unique resource identifier | arn:aws:ec2:..., /subscriptions/... |
Region | Deployment region | us-east-1, westeurope |
AvailabilityZone | Specific zone within a region | us-east-1a |
Provider | Cloud provider name | AWS, Azure, GCP |
SubAccountId | Account or subscription | 123456789012 |
BillingPeriodStart | Start of billing period | 2026-02-01 |
BillingPeriodEnd | End of billing period | 2026-02-28 |
Tags | Resource tags | {"Environment": "Production"} |
FOCUS dimensions vs. metrics
Dimensions describe the context (who, what, where): Provider, ServiceName, Region, ResourceId, Tags
Metrics describe the values (how much): BilledCost, EffectiveCost, ListCost, Usage
This separation enables consistent grouping and aggregation across clouds.
Commitment discounts in FOCUS
FOCUS standardizes how commitment-based discounts are represented:
Provider Term | FOCUS Representation |
|---|
Provider Term | FOCUS Representation |
|---|---|
AWS Reserved Instances | CommitmentDiscountId, CommitmentDiscountType |
AWS Savings Plans | CommitmentDiscountId, CommitmentDiscountType |
Azure Reservations | CommitmentDiscountId, CommitmentDiscountType |
GCP Committed Use Discounts | CommitmentDiscountId, CommitmentDiscountType |
This means you can track commitment utilization and savings across clouds using the same columns and logic.
How cloud providers support FOCUS
Native FOCUS exports
Major cloud providers now offer native FOCUS-formatted billing exports:
Provider | FOCUS Support | How to Enable |
|---|
Provider | FOCUS Support | How to Enable |
|---|---|---|
AWS | Native FOCUS export | Enable FOCUS columns in Cost and Usage Report (CUR 2.0) |
Azure | Native FOCUS export | Available in Cost Management exports |
GCP | Supported | Available through BigQuery billing export |
Adoption timeline
FOCUS was released as version 1.0 in June 2024 by the FinOps Foundation. Adoption has been rapid:
AWS, Azure, and GCP all support native FOCUS exports
Major cloud cost management tools are building FOCUS support
The FinOps Foundation continues to develop the specification with provider input
FOCUS and FinOps
FOCUS is a critical enabler of the FinOps framework. Each FinOps phase benefits from standardized data:
Inform
Cost allocation — Allocate costs using consistent dimensions across clouds
Showback/chargeback — Bill departments using reliable, normalized data
Forecasting — Build forecasts from a single, consistent dataset
Anomaly detection — Detect cost anomalies without provider-specific logic
Optimize
Commitment analysis — Compare RI/SP utilization across clouds using the same schema
Rightsizing — Analyze resource utilization with consistent resource identification
Waste detection — Identify unused resources across providers
Operate
Budget management — Track budgets against normalized spend data
Policy enforcement — Apply consistent cost governance rules across clouds
Reporting — Generate multi-cloud reports without manual data stitching
FOCUS vs. other approaches
Manual normalization
Aspect | FOCUS | Manual Normalization |
|---|
Aspect | FOCUS | Manual Normalization |
|---|---|---|
Maintenance | Maintained by FinOps Foundation | Your team maintains mapping logic |
Accuracy | Provider-verified mappings | Error-prone manual mappings |
Update cycle | Versioned specification updates | Break when providers change formats |
Coverage | All major providers | Only what you've built |
Community | Industry standard, shared knowledge | Proprietary to your organization |
Vendor-proprietary normalization
Some cloud cost tools normalize data using proprietary schemas:
Aspect | FOCUS | Proprietary Schema |
|---|
Aspect | FOCUS | Proprietary Schema |
|---|---|---|
Portability | Standard — works across tools | Locked to one vendor |
Transparency | Open specification, publicly documented | Black box normalization |
Provider alignment | Built with provider input | Reverse-engineered mappings |
Ecosystem | Growing ecosystem of FOCUS-compatible tools | Single vendor ecosystem |
Key advantage of FOCUS: It's an open standard built collaboratively by providers and practitioners, not a proprietary format controlled by a single vendor.
Implementing FOCUS
Step 1: Enable FOCUS exports
Configure native FOCUS exports from each cloud provider:
AWS: Enable FOCUS columns in your Cost and Usage Report configuration
Azure: Configure FOCUS format in Cost Management exports
GCP: Enable FOCUS-formatted billing export in BigQuery
Step 2: Ingest into a FOCUS-compatible tool
Feed FOCUS exports into a platform that understands the FOCUS schema. This provides:
Automated ingestion and processing
FOCUS-aware dashboards and reports
Cross-cloud analysis using standard dimensions
Commitment tracking using standard discount columns
Step 3: Build FOCUS-based workflows
Replace provider-specific reporting with FOCUS-based workflows:
Cost allocation rules based on FOCUS dimensions
Chargeback reports using consistent cost metrics
Forecasting models using standardized historical data
Optimization recommendations using cross-cloud analysis
Step 4: Extend with virtual tags
FOCUS provides the raw data — virtual tagging systems (like CerteroX Virtual Tags) add organizational context:
Map FOCUS resources to departments, teams, and cost centers
Apply consistent categorization without modifying cloud-side tags
Enable chargeback and showback based on organizational structure
How CerteroX Cloud Management supports FOCUS
CerteroX Cloud Management includes a purpose-built FOCUS Reporting Module with 8 dedicated sub-modules designed for FinOps practitioners working with FOCUS data.
Native FOCUS ingestion
CerteroX ingests native FOCUS exports from all three major providers:
Provider | Integration |
|---|
Provider | Integration |
|---|---|
AWS | Native FOCUS export ingestion |
Azure | Native FOCUS export ingestion |
GCP | Supported |
No custom ETL. No manual transformation. Connect your FOCUS exports and data flows automatically.
8 FOCUS reporting modules
Module | What It Does |
|---|
Module | What It Does |
|---|---|
Dashboard | Executive overview with summary tiles, KPIs, trend visualization, and drill-through to detail |
Allocation | Monthly cost allocation with chargeback, custom tax/markup percentages, and virtual tag grouping |
Accounts | Invoice reconciliation, line-item breakdown, and month-over-month delta analysis |
Explorer | Forensic FOCUS data interrogation with perspective-based grouping, date ranges, and multi-currency |
Commitments | RI and Savings Plan utilization tracking, savings analysis, and optimization recommendations |
Tagging | Virtual tags (non-invasive) and cloud tags management with rule-based auto-tagging |
Scheduling | VM billing hours analysis and power scheduling integration |
Export | Raw FOCUS data export for external BI tools and data warehouses |
Key differentiators
Multi-currency support: View costs in billing currency or base currency — essential for organizations operating across regions.
Power BI integration: Embedded Power BI reports directly in the CerteroX UI, authenticated through Microsoft Entra ID.
Virtual Tags: Non-invasive resource categorization for cost allocation without modifying actual cloud resources. Rule-based automation with 10 filter types and 7 comparators.
FinOps credentials
FinOps Certified Platform
FinOps Foundation General Member
Native FOCUS standard support across AWS, Azure, and GCP
Proven results
CerteroX Cloud Management customers achieve 38% average cloud cost savings through FOCUS-enabled optimization, commitment management, power scheduling, and waste elimination.
Why CerteroX Cloud Management
Unified platform: Manage cloud alongside ITAM, SAM, SaaS, and AI — no separate tools
Multi-cloud support: Single platform for AWS, Azure, GCP, OCI, and Kubernetes
Purpose-built FOCUS module: 8 dedicated sub-modules for FinOps workflows, not bolted-on reporting
18+ years heritage: Proven track record managing IT cost and governance challenges
Customer validation: #1 rated on Gartner Peer Insights for IT Asset Management, 97% customer recommendation rate
Frequently asked questions
Is FOCUS a product or a standard?
FOCUS is an open standard (specification), not a product. It defines how cloud billing data should be structured. Cloud providers implement FOCUS by exporting billing data in the standard format. Cloud cost management tools (like CerteroX Cloud Management) consume FOCUS data. No one "sells" FOCUS — it's free and open.
Do I need FOCUS if I only use one cloud provider?
FOCUS still provides value for single-cloud organizations. It gives you a stable, well-documented schema that won't break when your provider changes their billing format. It also future-proofs your reporting if you add additional providers later. However, the biggest benefits are for multi-cloud environments where data normalization is the primary challenge.
Does FOCUS replace my provider's native billing data?
No. FOCUS is an additional export format — your provider's native billing data remains available. FOCUS provides a normalized view alongside the native data. Some FOCUS implementations include provider-specific columns for detail that doesn't map to the standard schema.
How much effort is it to enable FOCUS?
Minimal. AWS, Azure, and GCP all support enabling FOCUS exports through their billing configuration. The effort is in the cloud cost management tool that consumes the data — which is why using a platform with native FOCUS support (like CerteroX) eliminates the implementation burden.
Is FOCUS stable or will it keep changing?
FOCUS uses semantic versioning. Version 1.0 was released in June 2024 and provides a stable foundation. Updates add new columns and capabilities but maintain backwards compatibility. The FinOps Foundation manages the specification with input from providers and practitioners.
What about providers that don't support FOCUS yet?
The three major providers (AWS, Azure, GCP) all support FOCUS. For smaller or specialized providers that don't yet offer native FOCUS exports, cloud cost management tools can normalize their data into FOCUS-compatible format. As adoption grows, more providers are expected to add native support.
How does FOCUS relate to FinOps?
FOCUS is the data standard that enables FinOps. FinOps is the framework for cloud financial management. FOCUS provides the consistent data foundation that FinOps practices (cost allocation, optimization, governance) depend on. You can practice FinOps without FOCUS, but FOCUS makes it significantly easier, especially in multi-cloud environments.
Related resources
Learn more about cloud financial management
Technical deep dives
Certero solutions
FOCUS Reporting Module — 8 purpose-built modules for FinOps reporting
Virtual Tags — Non-invasive cloud resource categorization
Next steps
FOCUS adoption is accelerating. Organizations that build their cloud financial management on the FOCUS standard gain a durable foundation for multi-cloud cost visibility, optimization, and governance.
Recommended actions:
Enable FOCUS exports from your cloud providers (AWS, Azure, GCP)
Evaluate your current tooling — does your cloud cost platform support native FOCUS ingestion?
Migrate reporting from provider-specific formats to FOCUS-based dashboards
Implement cost allocation using FOCUS dimensions and virtual tags
Establish FinOps practices built on consistent, reliable data
Want to see FOCUS reporting in action? Request a CerteroX Cloud Management demo to explore 8 purpose-built FOCUS modules with your cloud data.
About Certero
Certero is the #1 rated solution on Gartner Peer Insights for IT Asset Management, with 97% of customers recommending the platform. The CerteroX unified platform provides visibility and optimization for ITAM, SAM, SaaS, Cloud, and AI across the hybrid IT landscape.
Certero is a FinOps Certified Platform and FinOps Foundation member, delivering native FOCUS standard support through CerteroX Cloud Management. Customers achieve 38% average cloud cost savings through FOCUS-enabled optimization, commitment management, and comprehensive FinOps capabilities.
Founded in 2007, Certero serves organizations in 30+ countries with 18+ years of heritage managing IT cost and governance challenges.
This content is maintained by Certero and updated regularly to reflect the latest FOCUS specification and FinOps best practices. Last updated: February 2026.