Cloud FinOps in 2026: 9 ways Indian teams cut AWS, Azure and GCP spend

Nine sourced FinOps levers for 2026, with real AWS, Azure and GCP discount numbers and India-specific cost moves.

Read time
12 min
Word count
1.9K
Sections
8
FAQs
8
Share
Downward-trending bar chart built from server-rack blocks, showing a falling cloud bill
Commitment discounts and ARM instances do most of the FinOps heavy lifting.
On this page · 8 sections
  1. The 2026 backdrop: spend is up, and so is waste
  2. The commitment layer: the biggest lever for the least work
  3. The operational layer: stop paying for nothing
  4. A worked example: stacking the levers
  5. India-specific considerations
  6. FAQ
  7. How eCorpIT can help
  8. References

Summary. India's end-user public cloud spending is forecast to grow 28.1 percent to $17.5 billion in 2026, up from $13.7 billion in 2025, with infrastructure-as-a-service growing 40 percent, according to Gartner. At the same time, Flexera's 2026 State of the Cloud report says estimated wasted cloud spend rose to 29 percent, its first increase in five years, driven by AI workloads and new IaaS and PaaS complexity. The two numbers together are the whole FinOps case: bills are rising faster than budgets, and roughly a third of the money is wasted. This refreshed guide gives 9 levers with real 2026 discount figures. The largest are structural: AWS Spot instances run up to 90 percent below on-demand, AWS Savings Plans up to 72 percent, Azure Reserved VM Instances up to 72 percent, and Google Cloud committed use discounts around 55 percent for a 3-year commitment. Moving x86 workloads to AWS Graviton (ARM) lists up to 20 percent cheaper with up to 40 percent better price-performance. None of these need an engineering rewrite. For Indian teams the extra moves are region choice, egress discipline, and designing to the Digital Personal Data Protection Act, 2023 so a cost decision does not create a compliance problem. The order below is deliberate: commitment and instance choices first, because they cut the most for the least effort, then the operational hygiene that stops waste from creeping back.

The 2026 backdrop: spend is up, and so is waste

Gartner forecasts Indian organisations will spend $17.5 billion on public cloud in 2026, a 28.1 percent jump over 2025, with platform-as-a-service the single largest category at $6.4 billion as enterprises rebuild foundations for AI. That growth is not the problem. The problem is efficiency: Flexera's 2026 report found wasted cloud spend rose to 29 percent, reversing five straight years of decline, because AI training and inference, plus a wider mix of IaaS and PaaS services, made spend harder to track.

For an engineering leader in India, that combination means the same discipline that felt optional in 2023 is now the difference between a cloud bill that scales with revenue and one that scales with headcount. The good news is that the biggest savings come from decisions, not code. The nine levers below start with the highest-impact, lowest-effort moves.

The commitment layer: the biggest lever for the least work

The single largest structural discount is committing to a baseline of usage. Every major cloud rewards a 1-year or 3-year commitment with a steep discount over on-demand rates. The mechanics differ, but the ceilings are similar.

Discount mechanism AWS Microsoft Azure Google Cloud
Commitment discount Savings Plans up to 72% Reserved VM Instances up to 72%; Savings Plans up to 65% (3-yr) Committed use discounts ~55% (3-yr)
Spot / preemptible Spot up to 90% off on-demand Spot VMs up to 90% Spot VMs 60% to 91%
ARM option Graviton, up to 20% cheaper Cobalt (ARM) Axion (ARM)
Best for Steady baseline + interruptible batch Steady baseline + dev/test Steady baseline + batch
Commitment risk Locked spend if usage drops Locked spend if usage drops Locked spend if usage drops

The rule of thumb: commit to your steady-state floor, never your peak. A team that reserves 100 percent of a fluctuating workload trades an on-demand overspend for a commitment overspend. Measure the trailing 90-day minimum and commit to that, then let on-demand and spot absorb the variable top.

Lever 1: buy Savings Plans or reservations for your baseline

AWS Savings Plans discount steady compute up to 72 percent for a 3-year term, and Azure Reserved VM Instances reach the same up to 72 percent versus pay-as-you-go. Google Cloud committed use discounts sit around 55 percent for a 3-year commitment. If you run any workload continuously, the on-demand rate is the most expensive way to pay for it. Start here.

Lever 2: run interruptible work on spot

Spot and preemptible capacity is the deepest discount available: up to 90 percent off on-demand on AWS and Azure, and 60 to 91 percent on Google Cloud. The catch is interruption, so spot fits batch jobs, CI runners, stateless workers, and fault-tolerant data processing, not a stateful primary database. Pair spot with an on-demand or committed floor so an interruption degrades throughput rather than taking the service down.

Lever 3: move x86 workloads to ARM

AWS Graviton instances list up to 20 percent cheaper than comparable x86 EC2 instances and deliver up to 40 percent better price-performance, while using up to 60 percent less energy. Azure Cobalt and Google Axion are the equivalent ARM options. For most JVM, Go, Node.js, Python and container workloads, the migration is a rebuild and a test pass, not a rewrite. This lever stacks with commitments: buy a Savings Plan on Graviton capacity and the discounts compound.

The operational layer: stop paying for nothing

Structural discounts cut the price of what you use. The next levers cut how much you use, which is where Flexera's 29 percent waste actually lives.

Lever 4: kill idle and orphaned resources

The most common waste is capacity nobody is using: stopped instances still holding provisioned storage, unattached block volumes, idle load balancers, old snapshots, and unreleased static IP addresses. These are pure loss. A weekly sweep, or an automated policy, that flags and removes orphaned resources typically recovers a meaningful slice of the 29 percent Flexera measured.

Lever 5: right-size against real utilisation

Provisioning to a guessed peak is the second-biggest waste. Right-sizing means matching instance and database size to observed CPU, memory and I/O over a trailing window, then dropping a size, or two, where headroom is chronic. Cloud-native advisors (AWS Compute Optimizer, Azure Advisor, GCP Recommender) surface candidates; the discipline is acting on them on a schedule rather than once a year.

Lever 6: schedule non-production to business hours

Development, test and staging environments rarely need to run nights and weekends. Shutting them down outside working hours removes roughly two-thirds of their runtime, and therefore most of their cost, with a scheduler and a tag. For an Indian team serving a domestic user base, non-production can follow IST business hours with an even tighter window than a global follow-the-sun setup would allow.

Lever 7: tier and lifecycle your storage

Storage bills grow quietly. Moving infrequently accessed data to cheaper tiers, and lifecycling cold data to archival storage, cuts the per-gigabyte rate sharply. AWS S3 Intelligent-Tiering moves objects automatically based on access patterns, and lifecycle rules to archival tiers cut long-term retention cost further. The same tiering exists on Azure Blob and Google Cloud Storage. Our deep dive on cloud storage pricing across AWS S3, Azure and GCP breaks the tiers and break-even points down.

Lever 8: control data transfer and egress

Egress, data leaving a cloud or crossing regions, is a cost that does not show up until the bill arrives. Keep chatty services in the same region and availability zone, cache at the edge, and avoid unnecessary cross-region replication. Google Cloud has announced pricing changes for 2026, and egress remains one of the least-optimised lines on most bills, so it deserves a dedicated review rather than an assumption that it is small.

Lever 9: make cost visible with showback and a FinOps cadence

The levers above decay without ownership. Tagging every resource to a team or product, then showing each team its own spend (showback) or charging it back (chargeback), turns cost into a metric engineers can act on. Google Cloud made committed-use-discount sharing a default to simplify this; our note on GCP committed-use discount sharing and chargeback covers the mechanics. The FinOps practice is a monthly cadence, not a one-off audit: review the biggest movers, assign owners, and track the trend. The three metrics worth watching every month are commitment coverage (the share of eligible spend sitting on a discount), utilisation of what you committed to, and unit cost (spend per customer, per transaction, or per feature). A falling unit cost is the signal that growth is efficient rather than just large. For teams running AI workloads specifically, our guide to FinOps for AI cloud cost in India and the analysis of AWS EC2 Capacity Blocks and GPU pricing go deeper on the GPU lines that drove the 2026 waste increase, because idle reserved GPU capacity is now one of the largest single sources of the waste Flexera measured.

A worked example: stacking the levers

Take a hypothetical monthly cloud bill of $10,000 on pure on-demand compute, split as $6,000 of steady baseline and $4,000 of variable and batch load. Applying the sourced discounts in order shows why sequence matters. Move the $6,000 baseline to a 3-year Savings Plan at up to 72 percent and it costs about $1,680. Shift the batch half of the variable spend, say $2,000, to spot at up to 90 percent and it costs about $200, leaving $2,000 of genuinely bursty on-demand load. Rebuild the baseline on Graviton before you commit and the ARM list price is up to 20 percent lower again.

The stacked result turns a $10,000 on-demand bill into roughly $3,900, before a single line of application logic changes. The figures are illustrative, and your split of steady versus bursty load decides the real number, but the shape holds: commitments and instance choice do the heavy lifting, and the operational levers (killing idle, right-sizing, scheduling) protect that result from drifting back up. Chase the levers in this order, because running a right-sizing project on top of on-demand rates leaves the biggest discount, the commitment, on the table.

India-specific considerations

Three moves matter more for an India-based team. First, region choice: AWS, Azure and Google Cloud all run Indian regions (Mumbai among them), and keeping compute, storage and users in-region cuts both latency and cross-region egress. Second, data residency and DPDP: under the Digital Personal Data Protection Act, 2023, where you store and process personal data is a compliance decision, not only a cost one, so a "move it to the cheapest region" instinct has to respect residency requirements. Design applications aligned with DPDP obligations, and let residency constrain the region choice before cost does. Third, billing and currency: bills are set in US dollars and converted, so a weaker rupee raises the effective cost of a fixed-dollar commitment, which is one more argument for right-sizing the commitment to your true baseline rather than over-committing.

Given Gartner's forecast that Indian public cloud spend will grow 28.1 percent to $17.5 billion in 2026, the teams that treat FinOps as a standing engineering practice, rather than an annual cleanup, are the ones whose cloud bill will track their growth instead of outrunning it.

FAQ

How eCorpIT can help

eCorpIT is a Gurugram-based senior engineering organisation, certified for CMMI Level 5, MSME and ISO 27001:2022, that runs cloud cost optimisation and FinOps engagements for Indian and global teams across AWS, Azure and Google Cloud. We right-size workloads, model and buy the correct commitment mix, move eligible workloads to ARM, and set up tagging, showback and a monthly FinOps cadence, all while designing for Digital Personal Data Protection Act, 2023 residency requirements. If your cloud bill is growing faster than your usage, talk to our engineering team about a cost review.

References

  1. Gartner Forecasts End-User Public Cloud Spending in India to Surpass $17 Billion in 2026 (Gartner)
  1. India's public cloud spending to grow 28% to $17.5 billion in 2026: Gartner (Business Standard)
  1. Flexera finds cloud value is rising while AI waste grows (Flexera / GlobeNewswire)
  1. Flexera 2026 State of the Cloud Report (Flexera)
  1. AWS Graviton (Amazon Web Services)
  1. AWS vs Azure vs Google Cloud: comparing discounts, commitments, and reservations (ProsperOps)
  1. How to choose Savings Plans and RIs for AWS, Azure and GCP (Sedai)
  1. Multi-cloud savings plan strategy: AWS, Azure and GCP commitment mechanics (Usage.ai)
  1. Reserved Instances vs Savings Plans vs Spot: what actually saves more (CloudOptimo)
  1. Announcement of upcoming pricing changes for custom machine types (Google Cloud)
  1. Digital Personal Data Protection Act, 2023 (MeitY)

Last updated: 27 July 2026.

Frequently asked

Quick answers.

01 How much can FinOps actually save on a cloud bill?
Savings depend on the starting point, but the structural levers are large: commitment discounts reach up to 72 percent on AWS and Azure and around 55 percent on Google Cloud, spot up to 90 percent, and ARM instances up to 20 percent cheaper. Flexera estimates 29 percent of cloud spend is wasted, which sets the recoverable ceiling for most teams.
02 What is the single highest-impact FinOps move?
Buying a commitment for your steady-state baseline. AWS Savings Plans and Azure Reserved VM Instances discount continuous compute up to 72 percent versus on-demand, and Google Cloud committed use discounts reach about 55 percent for three years. If a workload runs continuously, on-demand pricing is the most expensive option available, so this is where to start.
03 Are spot instances safe to use in production?
Spot fits interruptible, fault-tolerant work: batch jobs, CI runners, stateless workers and data processing, where the up-to-90-percent discount outweighs occasional reclamation. It does not fit a stateful primary database or anything that cannot tolerate a sudden stop. The standard pattern pairs a spot pool with an on-demand or committed floor so interruptions degrade throughput, not availability.
04 Is moving to ARM (Graviton, Cobalt, Axion) worth it?
For most container, JVM, Go, Node.js and Python workloads, yes. AWS Graviton lists up to 20 percent cheaper than comparable x86, with up to 40 percent better price-performance and 60 percent less energy. The effort is usually a rebuild and a test pass, not a rewrite, and the discount stacks with Savings Plans on ARM capacity.
05 Why did wasted cloud spend go up in 2026?
Flexera's 2026 State of the Cloud report found wasted spend rose to 29 percent, its first increase in five years. The cause is AI: training and inference workloads, plus a wider mix of IaaS and PaaS services, made spend harder to track and forecast. Rapid AI adoption outpaced the cost controls many teams had in place.
06 What should Indian teams do differently on cloud cost?
Three things: keep compute, storage and users in an Indian region to cut latency and egress; let Digital Personal Data Protection Act, 2023 residency requirements constrain region choice before cost does; and size dollar-denominated commitments to your true baseline, because a weaker rupee raises the effective cost of an over-commitment. Region and residency decisions should precede pure price optimisation.
07 How is egress cost different from compute cost?
Compute is visible and easy to forecast. Egress, data leaving a cloud or crossing regions, is not, and often surfaces only on the bill. Keeping chatty services in one region, caching at the edge, and avoiding needless cross-region replication controls it. With Google Cloud announcing pricing changes for 2026, egress deserves a dedicated review.
08 Do commitments lock me into wasted spend if usage drops?
They can, which is why you commit to the baseline, not the peak. Measure your trailing 90-day minimum usage and commit to that floor, letting on-demand and spot absorb the variable top. Over-committing to a fluctuating workload simply trades an on-demand overspend for a commitment overspend, so the sizing discipline matters as much as the discount.

About the author

Manu Shukla

Founder & Director

Founder of eCorpIT. Hands-on engineer leading senior-only delivery for AI apps, custom software, and cloud systems for global clients.

Subscribe

One engineering note a week. No fluff, no spam.

Senior-architect playbooks on AI agents, mobile apps, cloud, security, data, and marketing — delivered every Wednesday.

Past the reading

Read enough. Let's build something.

A senior architect responds in 24 working hours with scope, indicative cost, and a timeline. NDA before any technical conversation.