DEV Community

Cover image for Your cloud discount may no longer belong to one project

Your cloud discount may no longer belong to one project

Cloud discounts look simple from a distance.

Commit usage.
Get a lower rate.
Reduce the cloud bill.

That is the easy version.

The harder version starts when one discount applies across multiple teams, products, projects, or environments.

That is why Google Cloud’s June 2026 committed use discount change matters.

It is not only a billing setting.

It changes how teams should think about cloud discount ownership.

What changed

Google Cloud changed the default scope for resource-based Committed Use Discounts, also called CUDs.

Before this change, the default scope was Project.

After the change, the default for most Cloud Billing accounts is Billing account, with CUD sharing enabled.

That means a resource-based commitment can apply across eligible usage from all projects linked to the same Cloud Billing account, instead of only the project where the commitment was purchased.

Google Cloud describes the change this way:

  • Cloud Billing accounts created on or after June 16, 2026 default to Billing account scope.
  • Existing Cloud Billing accounts with no active resource-based commitments on June 16, 2026 were changed to Billing account scope.
  • Existing Cloud Billing accounts with active resource-based commitments kept their existing configuration.

At a high level, this can improve discount utilization.

If one project’s usage drops and another project’s usage rises, a shared commitment has a better chance of being used across the account.

That is useful.

But it also creates a new responsibility:

If the discount is shared, the ownership model needs to be clear.

Why this matters for SaaS teams

Many SaaS companies split cloud infrastructure into projects.

That split may reflect:

  • product environments,
  • customers,
  • regions,
  • internal teams,
  • development and production,
  • AI workloads,
  • data pipelines,
  • platform services,
  • or separate business units.

A project boundary often becomes a reporting boundary.

The founder or finance team may ask:

Which product is profitable?
Which team caused the spend?
Which customer segment is expensive to serve?
Which environment is overbuilt?
Which team should receive the benefit of a discount?

When commitments are shared across projects, those questions become more important.

The cloud bill may go down overall.

But the internal view of who used the discount can become less obvious.

That is why this is not only a FinOps detail.

It affects product economics.

The useful signal

The signal is not “CUD sharing is good” or “CUD sharing is bad.”

That would be too blunt.

The useful signal is:

Cloud savings are becoming more pooled, but product accountability still needs to stay visible.

A shared discount can help a growing company avoid unused commitments.

It can also blur the connection between usage, savings, and ownership if the team has not defined attribution.

Both things can be true.

What can go wrong without ownership rules

1. One product receives the discount another product paid for

If commitments are purchased centrally and applied across projects, one product may receive more benefit than expected.

That may be fine if the company wants pooled infrastructure economics.

It may be confusing if product profitability is reviewed separately.

2. Teams may lose visibility into unit economics

A SaaS founder might track cost per customer, cost per workspace, cost per document, cost per AI task, or cost per active account.

If shared commitments are not attributed clearly, those numbers may become harder to explain.

The company may know total cloud spend improved, but not which product workflow improved.

3. Chargeback can become noisy

For teams that use chargeback or showback, shared discounts need clear allocation rules.

Otherwise, teams may argue over whether the discount belongs to the team that purchased the commitment, the team that consumed the resources, or the platform group that planned the commitment.

4. Buying decisions may become too centralized

A central platform team may purchase commitments for efficiency.

That is often sensible.

But if product teams do not understand the commitment model, they may scale workloads without seeing how their usage affects shared commitments, uncovered usage, or future purchasing decisions.

5. Future commitments may be based on blended signals

If multiple projects consume one shared pool, renewal decisions need better data.

Otherwise, teams may overcommit because aggregate usage looked stable, while individual workloads were actually shifting.

When billing-account sharing helps

Billing-account CUD sharing is often useful when:

  • usage is predictable in aggregate,
  • individual projects fluctuate,
  • teams share the same cloud billing account,
  • workloads move between projects,
  • the company wants better commitment utilization,
  • and finance reviews cloud spend at the company or platform level.

For example, a SaaS company may have separate projects for staging, production, background jobs, analytics, and AI workloads.

Each project may fluctuate.

But together, the company may have a stable base level of Compute Engine usage.

In that case, sharing can reduce the chance that a project-scoped commitment sits underused while another project pays on-demand rates.

When project scope may still matter

Project-level boundaries can still be useful when:

  • each project maps to a customer contract,
  • regulated workloads need strict cost separation,
  • business units manage their own budgets,
  • product teams are measured separately,
  • internal chargeback needs clean attribution,
  • or one project should not subsidize another.

This does not mean CUD sharing should be avoided.

It means the company should decide whether efficiency or isolation matters more for that part of the business.

What developers should know

Even though this looks like billing, engineering teams are affected.

A cloud cost model is shaped by technical choices:

  • machine families,
  • regions,
  • environments,
  • autoscaling behavior,
  • batch jobs,
  • AI workloads,
  • idle capacity,
  • and migration paths.

If a team changes machine types, moves workloads, or scales a background service, it can affect how shared commitments are consumed.

Developers do not need to manage the entire commitment strategy.

But they should know whether their workloads are covered by shared commitments, on-demand usage, or separate project-level rules.

That helps prevent surprises.

A practical review checklist

Before buying or renewing resource-based commitments, teams should answer these questions.

1. What is the current CUD scope?

Check whether the Cloud Billing account is using Project scope or Billing account scope.

Do not assume the old default still applies.

2. Which projects consume eligible usage?

List the projects linked to the billing account and identify which workloads may consume the shared commitment.

3. Who should receive the discount benefit?

Decide whether savings should be allocated proportionally, prioritized to specific projects, or treated as a central platform benefit.

4. Which workloads are stable enough to commit?

A discount is only useful when the underlying usage is predictable enough.

Review usage by machine family, region, and workload before purchasing.

5. What happens when usage shifts?

If a product team migrates, downsizes, changes regions, or rewrites a workload, does the commitment still make sense?

6. How will teams see their share?

Dashboards should show both usage and allocated discount impact.

A team should not only see a reduced bill. It should understand why the bill changed.

7. Who owns renewal decisions?

Commitments should not renew only because they existed before.

Someone should own the decision based on current usage, forecasted usage, attribution needs, and product priorities.

The founder takeaway

Cloud discounts are not only procurement decisions.

They are infrastructure ownership decisions.

A shared commitment can be the right move when the company wants higher utilization and broader savings.

But founders should still ask:

  • Which projects are covered?
  • Which product benefits?
  • Which team owns the commitment?
  • How is the discount attributed?
  • What happens when usage shifts?
  • Will this help us understand product margins, or make them harder to read?

The cloud bill may become lower.

The cloud story still needs to stay explainable.

Sources

Top comments (0)