why migrate to aws · the 2026 business case

Why migrate to AWS — the real drivers, the honest counter-case, and the funding that makes it cheap.

This is the business-case page, not a how-to. The genuine reasons companies move to AWS in 2026 — TCO at scale, ~240 services, 36 Regions, an 11-9s storage SLA, 140+ compliance certifications, elastic scaling, the Bedrock + data ecosystem, and the end of hardware refresh cycles — each with numbers. Then the part most vendor pages skip: when NOT to migrate. Plus how the Migration Acceleration Program funds the move toward $0, and how to build the case your CFO will sign.

AWS services
~240
global Regions
36
S3 durability SLA
99.999999999%
cost (MAP-qualifying)
low / $0
TL;DR
  • The honest reasons to migrate to AWS cluster into eight drivers: lower total cost of ownership at scale, the breadth of ~240 services so you build instead of operate plumbing, global reach across 36 Regions, reliability backed by hard SLAs (S3 at eleven nines of durability), security and compliance you inherit (140+ certifications including SOC 2, ISO 27001, HIPAA, PCI DSS, FedRAMP), genuine elastic scaling, the Bedrock + Redshift + SageMaker data and GenAI ecosystem, and the end of hardware refresh cycles and single-vendor lock-in to one PaaS.
  • The counter-case is real and this page makes it: do not migrate a workload sunsetting within ~12 months, a stable monolith with flat predictable load and no growth, anything bound by data-residency or latency to a place AWS does not serve well, or a small simple app where a $25/month managed host is genuinely cheaper than the AWS-equivalent stack. Lift-and-shift without rightsizing can also cost more than the source — the savings come from the replatform, not the move alone.
  • The economics are better than the sticker price suggests because the AWS Migration Acceleration Program (MAP) funds qualifying migrations: AWS pays for the Assess phase and credits a large share of migration and modernization cost, with the partner paid through MAP, so the move lands at little-to-no direct cost. CloudRoute routes you to a vetted partner who runs the migration and files the MAP funding; for migrations below the MAP threshold it is still a de-risking partner referral.
framing

IThe real question isn't "is AWS good" — it's "does the move pay for itself"

Almost every workload can run on AWS. That was never in doubt. The decision that actually matters is whether migrating a specific workload returns more than it costs — in money, in engineering time, and in risk — over a horizon you can defend to a CFO.

Most "why migrate to AWS" content is a feature list dressed as an argument. It tells you AWS has more services than anyone else and leaves the implication hanging that more is better. That is not how a serious infrastructure decision gets made. The right frame is a business case: what does staying cost over the next three years, what does moving cost (net of funding), and what does the company gain that it cannot get where it is today.

This page is built around that frame. The next eight sections are the drivers that actually move the decision — each with the substance and the numbers a skeptical reader needs, not adjectives. Then comes the section most vendor pages refuse to write: the cases where the honest answer is "don't migrate this." After that, the funding angle that quietly changes the math, and a concrete playbook for building the internal case.

A note on who this is for. If you are a founder weighing a Heroku or DigitalOcean bill that has stopped scaling economically, a platform lead whose Azure or GCP commitment is expiring, an engineering director staring at an on-prem hardware refresh or a colo lease renewal, or a CTO with a board mandate to consolidate on one cloud — this is the page that turns "we should probably look at AWS" into a decision with a number attached. The mechanics of how the move is executed — the 7 Rs, the tooling, the cutover — live in the sibling pages linked throughout.

driver 1 — economics

IICost and TCO at scale — where the money actually is

The headline reason most teams cite is cost, and it is real — but the savings are not where beginners expect. They are not in the per-hour compute price; they are in total cost of ownership: the people, the over-provisioning, the hardware refresh, and the pricing models you can only access at scale.

Start with the part that does not show up on an invoice: undifferentiated operational labor. Running your own database failover, patching OS images, swapping failed disks, capacity-planning for a launch, and carrying a pager for the datacenter are all work that produces no product value. On AWS, managed services absorb most of it — RDS handles failover and patching, S3 has no capacity to plan, Fargate removes the host fleet entirely. For a typical mid-size team, this is the single largest TCO line, and it is the one on-prem and bare-PaaS comparisons routinely ignore.

Then the over-provisioning tax. A datacenter or a fixed reserved fleet is sized for peak plus a safety margin, and that margin runs 24/7 whether traffic does or not. Elastic scaling (the focus of driver 6) lets capacity track demand, so you stop paying for headroom you use a few hours a week. Teams that rightsize and add auto-scaling during a migration commonly cut steady-state compute spend by 30–50% versus a like-for-like static fleet.

The pricing models are the lever most people underuse. On-demand is the most expensive way to buy AWS. Savings Plans and Reserved Instances cut compute by up to ~72% for committed usage; Spot cuts it up to ~90% for fault-tolerant and batch workloads; S3 Intelligent-Tiering and Glacier move cold data to a fraction of hot-storage cost automatically. A workload that looks expensive on the public on-demand sticker is often dramatically cheaper once a partner applies the right commitment mix.

The honest caveat, stated plainly: a naive lift-and-shift with no rightsizing can cost more than the source environment, because you have moved the same oversized boxes onto metered infrastructure and added data-transfer charges. The TCO win comes from the replatform and the rightsizing, not the relocation by itself. This is exactly why the execution-side pages on cost ([[/migrate/aws-migration-cost]]) and on-prem economics ([[/migrate/on-premise-vs-cloud-cost]]) matter — the savings are engineered, not automatic.

where TCO savings come from (and where they don't)

Real savings: eliminated operational labor, removed over-provisioning headroom, committed-use discounts (Savings Plans / RIs up to ~72%, Spot up to ~90%), automatic storage tiering, and decommissioned hardware refresh cycles. Not savings: lifting oversized servers as-is onto on-demand pricing. The move alone does not cut the bill — the rightsizing and the pricing model do.

driver 2 — service breadth

IIIService breadth — building instead of operating plumbing

AWS offers roughly 240 services spanning compute, storage, databases, analytics, machine learning, networking, security, and developer tooling. Breadth is not about bragging rights; it is about how much undifferentiated infrastructure your team gets to stop building and maintaining.

The practical value of breadth is that the building block you need usually already exists, managed and integrated, instead of being a service you have to stand up and operate yourself. Need a queue? SQS, not a self-hosted RabbitMQ cluster. Event bus? EventBridge. Managed Kafka? MSK. A graph, time-series, or wide-column database? Neptune, Timestream, Keyspaces. A data warehouse? Redshift. A search cluster? OpenSearch Service. Each of those is a system a smaller team would otherwise run, patch, scale, and back up by hand.

Breadth also compounds through integration. Services share IAM for permissions, CloudWatch for metrics and logs, CloudTrail for audit, KMS for encryption, and VPC for networking. That shared substrate is why wiring Lambda to DynamoDB to S3 to Bedrock is configuration rather than a systems-integration project. On a PaaS with a narrow primitive set, you bolt on third-party SaaS for each gap and stitch the seams yourself; the breadth is what removes the seams.

The honest counter to "more services is better" is that breadth is also surface area — more services means more to learn, more ways to misconfigure, and more cost lines to watch. Breadth pays off when you actually consume it. A static marketing site does not benefit from 240 services; a product with queues, analytics, ML inference, and global delivery does. The value of breadth scales with how composite your system is. The partner CloudRoute routes you to maps your specific workload to the minimum set of services that does the job, so breadth is leverage, not sprawl.

drivers 3 & 4 — reach and reliability

IVGlobal reach and reliability — the SLAs you can actually point to

Two drivers sit close together because they share an architecture: AWS's global footprint and the redundancy that footprint enables. Reach lets you put workloads near users and inside data-residency borders; reliability is the redundancy that turns that footprint into uptime you can put in a contract.

The footprint, in numbers: 36 launched Regions and 114 Availability Zones worldwide, plus 600+ CloudFront edge locations for content delivery. Each Region is a cluster of physically separate Availability Zones — independent data centers with their own power, cooling, and networking, close enough for synchronous replication but far enough to fail independently. That is the structural basis for high availability: you spread across AZs so the loss of one building is a non-event.

Reach matters for two concrete reasons beyond latency. First, data residency: regulations like GDPR, and sovereignty rules across the EU, UK, UAE, Saudi Arabia, India, and others, often require data to stay in-country or in-region — and AWS gives you a Region to satisfy that without standing up your own data center. Second, user-perceived performance: placing compute and CloudFront edges near your users cuts round-trip latency in a way a single-region PaaS deployment structurally cannot.

Reliability is where AWS converts that footprint into commitments you can show a board. S3 is designed for 99.999999999% (eleven nines) of object durability — statistically, you would not expect to lose a single object across tens of millions over millions of years. The S3 Standard availability SLA is 99.9%; EC2 and many core services carry a 99.99% Region-level availability SLA when deployed across multiple AZs. These are contractual, with service-credit remedies — not marketing numbers. The catch is that you only inherit them if you architect for them: a single-AZ deployment forfeits the multi-AZ SLA. That architecture is part of what a migration partner sets up via a landing zone ([[/devops/aws-landing-zone]]).

AWS reliability + reach — the numbers you can cite · 2026
DimensionAWS figureWhat it buys you
Global Regions36 launchedPlace workloads near users + inside data-residency borders
Availability Zones114Multi-AZ redundancy → single-building failure is a non-event
CloudFront edge locations600+Low-latency content + API delivery worldwide
S3 object durability (design)99.999999999% (11 nines)Effectively never lose stored objects
S3 Standard availability SLA99.9%Contractual uptime with service-credit remedy
EC2 / core compute SLA (multi-AZ)99.99%~52 min/yr max budgeted downtime, if architected for it
SLAs are inherited only when you architect for them — single-AZ deployments forfeit the multi-AZ figure. The landing-zone setup a migration partner builds is what makes these numbers real for your workload, not aspirational.
driver 5 — security + compliance

VSecurity and compliance — what you inherit vs. what you still own

For many regulated companies this is the driver that decides it. AWS holds 140+ compliance certifications and operates the physical and platform security to a standard almost no individual company can match — but it works under a shared-responsibility model, so it is worth being precise about what transfers and what does not.

AWS maintains attestations and certifications across the frameworks buyers actually get audited against: SOC 1 / SOC 2 / SOC 3, ISO 27001 / 27017 / 27018, PCI DSS Level 1, HIPAA eligibility, FedRAMP (Moderate and High), GDPR alignment, and region-specific regimes. When AWS is certified for a control, you inherit the underlying control for the layers AWS operates — the data centers, the hypervisor, the physical network, the hardware lifecycle. For a startup chasing SOC 2, inheriting the entire physical-security and infrastructure-control set is a large fraction of the audit handed to you on day one.

The shared-responsibility line is the part teams get wrong. AWS is responsible for security of the cloud — the global infrastructure and the managed-service internals. You remain responsible for security in the cloud — your IAM policies, your data classification and encryption choices, your network rules, your patching of anything you run on EC2, and your application code. Migrating does not outsource your security posture; it gives you a far stronger floor and a toolkit (IAM, KMS, GuardDuty, Security Hub, Config, CloudTrail, WAF) to build the rest on.

The migration is also a natural moment to fix posture, because you are rebuilding the environment anyway. Greenfield IAM with least-privilege, encryption-by-default via KMS, centralized audit via CloudTrail, and guardrails via Control Tower are dramatically easier to establish during a migration than to retrofit onto a sprawled legacy estate. Several CloudRoute-routed migrations have doubled as the engagement that closed a SOC 2 pre-audit gap — the move and the compliance work funded together, which is part of why the funding angle below matters so much.

driver 6 — elasticity

VIScaling on demand — capacity that tracks the business, not a forecast

Elasticity is the driver everyone names and few quantify. The point is not "AWS can scale" — it is that capacity becomes a variable that follows demand in minutes, which changes both your cost curve and your ability to survive a spike without a fire drill.

On fixed infrastructure, capacity is a bet placed weeks or months ahead. You forecast peak, buy for peak plus margin, and carry that margin permanently. Get the forecast wrong high and you have burned money on idle iron; get it wrong low and you fall over during the exact event — a launch, a press hit, Black Friday — when uptime matters most. AWS removes the bet: Auto Scaling groups add and remove EC2 instances against real load, ECS and EKS scale tasks and pods, Aurora Serverless v2 scales database capacity in fine-grained increments, and Lambda scales to thousands of concurrent executions with zero pre-provisioning.

The economic consequence is that you pay for the area under your actual demand curve instead of the area under a flat line drawn at peak. For any workload with real variability — diurnal traffic, weekly cycles, seasonal spikes, bursty batch jobs — that is a structural cost reduction on top of the rate discounts from driver 1. For genuinely spiky workloads, serverless and Spot can collapse steady-state cost because you are billed only for execution.

The honest counter: if your load is genuinely flat and predictable, elasticity buys you less, and a fixed reserved fleet or even a fixed-price host can be competitive. Elasticity is a lever proportional to variability. But "flat forever" is rarer than teams assume — most products that are growing or seasonal benefit, and the option value of being able to absorb a 10x spike without a procurement cycle is worth something even in the months you do not use it.

driver 7 — the data + GenAI ecosystem

VIIThe data and GenAI ecosystem — why proximity to your data wins

In 2026 this is the driver pulling the most net-new migrations. The center of gravity is Amazon Bedrock for generative AI, surrounded by a data stack — Redshift, Athena, Glue, SageMaker — that sits next to where your data already lives. The advantage is gravity: AI and analytics are cheapest, fastest, and most secure when they run beside the data, not across an egress boundary.

Bedrock is the anchor: a single managed API onto frontier models — Anthropic's Claude, Meta's Llama, Mistral, Cohere, Stability, and Amazon's own Nova and Titan families — plus Knowledge Bases for retrieval-augmented generation, Agents for tool-using workflows, and Guardrails for safety and PII handling. You get model choice without running GPU fleets, and inference that stays inside your AWS account and VPC rather than shipping your proprietary data to a third-party endpoint. For a regulated company, "the data never leaves our boundary" is frequently the line that makes a GenAI feature shippable at all.

The data services around it are why the AI is useful. Redshift for the warehouse, Athena for serverless SQL straight over S3, Glue for ETL and the data catalog, OpenSearch for vector and keyword search, and SageMaker for custom model training and hosting — all reading the same S3 data lake your applications already write to. Build a RAG application and the documents, the vector store, the inference, and the application tier are co-located; there is no cross-cloud data shuttle, no second egress bill, and one IAM and encryption boundary to reason about.

This is also a forward-looking reason to consolidate. A team scattered across a PaaS for compute, one SaaS vendor for search, another for analytics, and a separate AI API is paying an integration and egress tax on every data-hungry feature it ships. Putting the data and the things that act on it in one place is what makes the next two years of AI and analytics features cheap to build instead of a standing systems-integration project. The Bedrock cluster ([[/bedrock]]) covers the model and cost mechanics; here it is simply one of the strongest reasons to move.

driver 8 — ending the constraints

VIIIEnding hardware and single-vendor constraints

The last driver is subtraction, not addition — what you stop being limited by. Two specific constraints push teams to AWS: the hardware refresh cycle on-prem, and the ceiling of a single opinionated PaaS or a narrow legacy vendor relationship.

On-prem, hardware is a recurring capital and operational anchor. Servers reach end-of-life on a 3–5 year cycle and must be re-bought, re-racked, and re-migrated; capacity is a procurement lead time, not a console action; a datacenter or colo carries power, cooling, space, and physical-security cost whether you are at 20% or 95% utilization. Migrating converts that capital expenditure and refresh treadmill into metered operating expenditure that tracks usage, and hands the hardware lifecycle to AWS entirely. The colo lease renewal or the looming server refresh is one of the most common concrete triggers we see.

The PaaS ceiling is the other. A platform like Heroku is excellent for getting started and genuinely painful to outgrow — pricing that stops scaling economically past a point, limited control over networking and compliance, a fixed set of primitives, and a single vendor holding the whole stack. Legacy database licensing (Oracle and SQL Server in particular) is a related constraint: renewal costs that can exceed the cost of the migration itself, which is why moves like [[/migrate/oracle-to-aws]] and [[/migrate/heroku-vs-aws]] are so often economically driven rather than technically forced.

A fair clarification: "ending vendor lock-in" does not mean AWS has none — committing to a cloud is a commitment, and deep use of proprietary services raises switching cost. The honest framing is that you are trading a constraint that limits you today (a PaaS you have outgrown, a datacenter you cannot scale, a license you cannot afford to renew) for a platform whose ceiling is far higher and whose primitives are largely open standards (Linux, Postgres, Kubernetes, S3-compatible APIs). For most teams hitting a real ceiling, that trade is the point.

the honest counter-case

IXWhen NOT to migrate to AWS

A business case is only credible if it can say no. There are workloads where migrating to AWS is the wrong call — and naming them is how you earn the right to recommend it everywhere else. If your situation is on this list, the responsible answer is "not yet" or "not this one."

  • The workload is being sunset within ~12 months — If an application is scheduled for retirement or replacement inside a year, migrating it rarely pays back the engineering time and cutover risk before it disappears. Retire or retain it where it is and spend the migration budget on what survives. (This is literally the "Retire/Retain" branch of the 7 Rs.)
  • A stable monolith with flat, predictable load and no growth — A mature internal app with steady traffic, no scaling pressure, and no roadmap gains little from elasticity, breadth, or the GenAI stack. If it runs fine on cheap fixed infrastructure and nothing is pushing it, the migration cost may never be recovered. Elasticity is proportional to variability — flat load is where the cloud premium is hardest to justify.
  • Hard data-residency or ultra-low-latency to a place AWS serves poorly — If regulation pins data to a jurisdiction AWS does not have a Region in, or you need sub-millisecond latency to a factory floor or trading venue better served by on-prem or edge hardware, AWS may not fit that specific workload. (A hybrid Outposts or Local Zones design sometimes resolves this — but verify before assuming.)
  • A small, simple app where a $25/month managed host is genuinely cheaper — For a single small service with light traffic, the AWS-equivalent stack (compute + managed DB + load balancer + NAT + data transfer) can cost more than a $20–$40/month PaaS or VPS. Below a certain size, simplicity wins and the AWS premium is real. Migrate when you are hitting a ceiling, not preemptively.
  • You can't resource the migration and there is no funding path — A migration done with no senior ownership, no rollback plan, and no slack on the team is how you get a bad cutover. If you cannot staff it and the workload does not qualify for MAP funding or a partner, the right move is to wait until you can — or route it to a partner who supplies the senior team (the case below).
  • Lift-and-shift with no intention to rightsize — If the plan is to move oversized servers as-is and never replatform or rightsize, the bill can go up, not down. Either commit to the optimization that produces the savings, or do not expect the cost driver to materialize. A move without a replatform is a relocation, not an improvement.
the funding angle

XThe funding angle — MAP makes the move cheap

The business case improves sharply once you account for funding, which most internal models leave out. The AWS Migration Acceleration Program (MAP) is designed to remove cost as the reason a qualifying migration does not happen — AWS pays for the assessment and credits a large share of the migration and modernization work.

MAP runs in three phases. Assess produces a TCO model and a readiness/discovery view and is typically funded outright by AWS — you get the business case quantified at little to no cost. Mobilize builds the landing zone and runs a pilot. Migrate & Modernize executes the production cutover. Across Mobilize and Migrate, AWS provides credits scaled to migration size, and the partner doing the work is paid through MAP. The practical effect: a qualifying migration's direct cost to you can land at or near $0, with any non-funded remainder routinely recovered inside the first month or two from the lower post-migration cloud bill.

Stated honestly, MAP funding applies to qualifying migrations — generally those above a meaningful AWS-spend threshold with a post-migration commitment. Smaller migrations may not clear the bar. In that case the value is not the credits; it is the vetted-partner referral itself, which de-risks the cutover by putting a senior team with a documented track record and a tested rollback plan on the work. MAP also ties directly to the broader AWS credits picture ([[/aws-credits/100k-aws-credits]], [[/aws-credits/aws-poc-funding-explained]]), so a single engagement can stack migration funding with general Activate credits where a distinct workload justifies it.

For the business case, this is the line that changes the conclusion: the cost side of "does the move pay for itself" is, for qualifying migrations, substantially or entirely offset by AWS. You are comparing the ongoing cost of staying against a move that is largely funded — which is a very different calculation from the unfunded one most teams run by default. The migration-funding mechanics in detail live at [[/migrate/aws-migration-funding]] and the program itself at [[/migrate/aws-migration-acceleration-program]].

MAP in one line

AWS funds the Assess phase and credits a large share of Mobilize + Migrate, paying the partner through MAP — so a qualifying migration runs at little-to-no direct cost. Below the threshold, it is still a de-risking partner referral. Either way, cost stops being the reason to not move.

the internal case

XIHow to build the internal business case

A migration gets approved when someone can hand a CFO a one-page case with a number on it. Here is the structure that works — five inputs and the comparison they produce — so "we should look at AWS" becomes a defensible decision.

The case is a comparison of two three-year cost paths plus the strategic gains that do not fit in a spreadsheet. Build it in this order, and let the partner-run Assess phase supply the hard numbers for the cost side.

Step 1 — Quantify the cost of staying (the baseline)

Total the real annual cost of the current environment over three years: infrastructure or PaaS bills, the hardware refresh due in that window, software and database licenses (Oracle/SQL Server renewals especially), the colo/datacenter overhead (power, cooling, space), and — critically — the loaded cost of the engineering time spent operating it. This is the number a migration competes against, and the operational-labor line is the one most baselines understate.

Step 2 — Model the cost of running on AWS (rightsized, not lifted)

Model the post-migration AWS bill assuming rightsizing and the correct pricing mix (Savings Plans/RIs for steady state, Spot for batch, Intelligent-Tiering for storage) — not a like-for-like lift of today's oversized fleet. This is exactly what the MAP Assess phase produces, which is why letting a partner build it makes the number credible rather than a guess. Pair it with the cost-detail page ([[/migrate/aws-migration-cost]]).

Step 3 — Subtract the funding (the part most models skip)

Apply MAP: Assess funded outright, a large share of Mobilize + Migrate credited. The net one-time migration cost is often near zero for qualifying migrations. Leaving funding out of the model is the most common reason an internally-built case looks worse than reality — put it in explicitly.

Step 4 — Attach the strategic gains (the non-spreadsheet column)

List what the move unlocks that staying cannot: a SOC 2 / compliance posture you inherit, the ability to ship GenAI features next to your data, elasticity to survive launches, global reach for data residency, and the end of the hardware refresh treadmill. These do not always have a clean dollar figure, but they are why the decision is strategic and not merely a cost swap — and an honest case names them alongside the numbers.

Step 5 — State the risk plan (so the case survives scrutiny)

Pre-empt the "what if the cutover fails" question: a phased move (pilot first, waves after), a tested rollback at each cutover, continuous data replication so the source stays live until validated, and a senior partner team owning execution. A case that names the risks and the mitigations gets signed; one that pretends there is no risk does not. The execution detail lives in the migration timeline ([[/migrate/aws-migration-timeline]]) and checklist ([[/migrate/aws-migration-checklist]]) pages.

the case in one table

The eight drivers — benefit and the evidence behind each

Every driver, the concrete benefit it produces, and the evidence a skeptical reader can check. This is the table to lift straight into an internal one-pager — it answers "why AWS" with substance instead of adjectives.

DriverBenefitEvidence / the number
Cost / TCO at scaleLower total cost — labor, headroom, and ratesSavings Plans/RIs up to ~72% off, Spot up to ~90%; eliminated ops labor + over-provisioning are the largest lines
Service breadthBuild product instead of operating plumbing~240 integrated services sharing IAM/CloudWatch/KMS/VPC — most infra primitives are managed, not self-run
Global reachWorkloads near users + inside residency borders36 Regions, 114 Availability Zones, 600+ CloudFront edge locations
Reliability / SLAContractual uptime you can show a boardS3 11-nines durability; 99.99% multi-AZ compute SLA with service-credit remedies
Security / complianceInherit a posture you could never build alone140+ certifications — SOC 1/2/3, ISO 27001, PCI DSS L1, HIPAA, FedRAMP; shared-responsibility floor
Scaling on demandPay for actual demand, survive spikesAuto Scaling, Aurora Serverless v2, Lambda to thousands of concurrent — capacity tracks load in minutes
GenAI + data ecosystemShip AI/analytics next to your dataBedrock (Claude, Llama, Nova) in-VPC + Redshift/Athena/Glue/SageMaker over one S3 lake — no egress shuttle
End of constraintsEscape hardware refresh + PaaS/license ceilingsCapEx refresh → metered OpEx; open primitives (Linux, Postgres, K8s, S3 API) raise the ceiling
The counter-case still holds: these benefits are proportional to scale, variability, and growth. A small, flat, soon-to-retire workload realizes few of them — which is exactly when the honest answer is "don't migrate this one." For everything hitting a real ceiling, the table above is the case.
ready to turn "we should look at AWS" into a decision?
Get matched with a partner who builds the funded business case for you
Start in 3 minutes →
a recent match

A business case that flipped on funding — anonymized

inquiry · series-b vertical SaaS, on-prem + colo, ~$38K/mo run-rate
Series-B vertical SaaS, 60 engineers, core platform in a leased colo with an on-prem Oracle estate and a hardware refresh due

Situation: The CTO believed AWS was right but could not get it past the CFO. The internally-built case looked marginal: a like-for-like lift of the existing (oversized) servers modeled roughly flat against the colo cost, the one-time migration looked like a large unfunded capital hit, and an Oracle renewal was looming on top. Two prior "we should move to AWS" attempts had stalled at exactly this spreadsheet. No one internally had the bandwidth to run the migration, and the colo lease renewal decision was four months out.

What CloudRoute did: CloudRoute routed within 24 hours to a partner with a documented on-prem + Oracle track record. The partner ran the MAP Assess phase — AWS-funded — and rebuilt the cost model on three honest inputs: rightsized compute with Savings Plans (not a lift of the oversized fleet), Oracle moved to Aurora PostgreSQL via SCT + DMS to retire the license, and MAP credits applied across Mobilize + Migrate. The case was re-presented to the CFO as two three-year paths with funding subtracted and the strategic column (inherited SOC 2 posture, room for a Bedrock-based feature) attached.

Outcome: The rebuilt case showed a ~41% three-year TCO reduction versus staying (rightsizing + the retired Oracle license did most of it), with the one-time migration cost largely covered by MAP — the CFO signed in the same meeting. Assess was fully funded; MAP credited the large majority of Mobilize + Migrate; the small non-funded remainder was recovered inside month two from the lower cloud bill. The colo lease was not renewed. Internal engineering load through cutover: ~5 hours/week, concentrated on validation. CloudRoute's commission was paid by the partner from AWS engagement funding.

decision: signed in-meeting · 3-yr TCO: ~41% lower · MAP-funded: majority of one-time cost · cost to customer: ~$0

faq

Common questions

What are the main reasons companies migrate to AWS?
Eight recur consistently: lower total cost of ownership at scale (labor, over-provisioning, and committed-use discounts — not the per-hour sticker), the breadth of ~240 services so the team builds product instead of operating plumbing, global reach across 36 Regions and 114 Availability Zones, reliability backed by hard SLAs (S3 at eleven nines of durability, 99.99% multi-AZ compute), security and compliance you inherit (140+ certifications), genuine elastic scaling that tracks demand, the Bedrock + Redshift + SageMaker GenAI and data ecosystem, and ending hardware refresh cycles and single-PaaS/legacy-license ceilings. The strongest reason for any given company depends on what it is hitting a wall on today.
Is AWS actually cheaper, or is that a myth?
It depends on what you migrate and how. The savings are real but they come from total cost of ownership — eliminated operational labor, removed over-provisioning headroom, committed-use pricing (Savings Plans/RIs up to ~72% off, Spot up to ~90%), and decommissioned hardware refresh — not from the per-hour compute rate, which on-demand is the most expensive way to buy. The honest caveat: a naive lift-and-shift with no rightsizing can cost more than the source. The TCO win is engineered through the replatform and the pricing model, not produced automatically by the move.
When should a company NOT migrate to AWS?
When the workload is being sunset within ~12 months (migrating it never pays back), when it is a stable monolith with flat predictable load and no growth (elasticity buys little), when hard data-residency or ultra-low-latency requirements point to a place AWS serves poorly, when it is a small simple app a $25/month managed host runs more cheaply than the AWS-equivalent stack, when you cannot resource the migration and there is no funding or partner path, or when the plan is a lift-and-shift with no intention to rightsize. The benefits are proportional to scale, variability, and growth — flat, small, soon-to-retire workloads realize few of them.
How does AWS reliability compare — what SLA do I actually get?
S3 is designed for 99.999999999% (eleven nines) of object durability and carries a 99.9% availability SLA; EC2 and many core services offer a 99.99% Region-level availability SLA when deployed across multiple Availability Zones — roughly 52 minutes of budgeted downtime a year. These are contractual with service-credit remedies, not marketing figures. The critical caveat: you only inherit the multi-AZ SLA if you architect for it. A single-AZ deployment forfeits it, which is why the landing-zone setup a migration partner builds matters.
What compliance certifications does AWS have, and do I inherit them?
AWS holds 140+ certifications and attestations including SOC 1/2/3, ISO 27001/27017/27018, PCI DSS Level 1, HIPAA eligibility, FedRAMP Moderate and High, and GDPR alignment. Under the shared-responsibility model you inherit the controls AWS operates — physical security, the hypervisor, the network, hardware lifecycle — which is a large fraction of an audit handed to you on day one. You remain responsible for security in the cloud: your IAM, encryption choices, network rules, OS patching on EC2, and application code. Migrating raises your security floor sharply but does not outsource your posture.
Why is everyone migrating to AWS for AI specifically?
Because AI and analytics are cheapest, fastest, and most secure next to the data. Amazon Bedrock gives a single managed API onto frontier models (Anthropic Claude, Meta Llama, Mistral, Cohere, plus Amazon Nova and Titan) with retrieval, agents, and guardrails — and inference stays inside your AWS account and VPC rather than shipping proprietary data to a third-party endpoint, which is frequently what makes a GenAI feature shippable for a regulated company. Around it, Redshift, Athena, Glue, and SageMaker all read the same S3 data lake your apps already write to, so there is no cross-cloud data shuttle and one security boundary to reason about.
How much does migrating to AWS cost, and can it be funded?
For qualifying migrations the direct cost can be little-to-nothing because of the AWS Migration Acceleration Program (MAP): AWS funds the Assess phase outright and credits a large share of the Mobilize and Migrate phases, paying the partner through MAP. Any non-funded remainder is routinely recovered inside the first month or two from the lower post-migration cloud bill. MAP funding applies to migrations above a meaningful AWS-spend threshold with a post-migration commitment; below that bar the value is the vetted-partner referral that de-risks the cutover rather than the credits. CloudRoute routes you to a partner who files the MAP funding and runs the work.
How do I build the internal business case to get a migration approved?
Five steps: (1) quantify the three-year cost of staying — infrastructure, the hardware refresh, licenses, colo overhead, and the loaded engineering time spent operating it; (2) model the rightsized AWS bill with the correct pricing mix, not a like-for-like lift; (3) subtract MAP funding explicitly, which most internal models forget and which is why their cases look worse than reality; (4) attach the strategic gains that do not fit a spreadsheet — inherited compliance, GenAI proximity, elasticity, global reach; and (5) state the risk plan — phased cutover, tested rollback, continuous replication, senior partner ownership. The MAP Assess phase, which AWS funds, produces the hard numbers for steps 1–3.

Want the AWS business case built — with the numbers and the funding?

CloudRoute routes you to a vetted AWS partner who runs the MAP Assess phase (AWS-funded), builds the rightsized TCO model, files the migration funding, and executes the move. Qualifying migrations land at little-to-no cost. No procurement theater.

matched within< 24h
Assess phaseAWS-funded
cost (MAP-qualifying)low / $0
Why Migrate to AWS in 2026 — Benefits, Costs & the Honest Case · CloudRoute