Every legacy system starts as a success. It ran the business for a decade, then quietly became the thing nobody wants to touch: a server rack approaching end of life, a database with a license bill larger than the hardware, or a mainframe that only two people still understand. The cost is not just money. It is the features you cannot ship because the platform cannot support them.
Modernizing on AWS is no longer a matter of manually re-pointing servers one at a time. As of 2025, AWS holds roughly a third of the cloud market and serves a majority of enterprises, and its migration tooling has shifted from scripts and runbooks to agentic AI that discovers, plans, and executes large parts of the move for you. AWS reports that its agentic transformation service reduces project timelines by an average of 4x versus manual work.
This guide covers the decision framework (the 7 Rs), the program AWS uses to fund and structure migrations (MAP), the agentic AI tooling that now does the heavy lifting (AWS Transform), realistic costs and timelines, and the pitfalls that derail projects. It closes with how Lushbinary plans and runs these migrations end to end.
📋 What This Guide Covers
- Why Modernize Legacy Systems Now
- The 7 Rs Migration Framework
- The MAP Phases: Assess, Mobilize, Migrate
- AWS Transform: Agentic AI for Migration
- Core AWS Migration Services
- A Reference Migration Architecture
- Cost & Timeline
- Common Pitfalls That Derail Migrations
- Frequently Asked Questions
- Why Lushbinary for Your Migration
1Why Modernize Legacy Systems Now
The case for modernization used to be cost. It still is, but three forces have made the timing more urgent:
- Data center and license deadlines. VMware pricing changes, hardware refresh cycles, and data center exit dates create hard deadlines that force a decision.
- AI readiness. AWS notes that a majority of enterprises are accelerating cloud migration specifically because mission-critical data has to live somewhere AI services can reach it. Legacy systems are usually the bottleneck.
- Talent risk. Mainframe and old framework expertise is retiring out of the workforce. The longer you wait, the fewer people can safely change the system.
The goal is not to move everything at once. It is to make a clear, per-workload decision about what to move, how, and in what order. That is exactly what the 7 Rs framework exists to do.
2The 7 Rs Migration Framework
AWS classifies every workload into one of seven migration strategies. The right choice balances effort against the value of modernizing. Rehosting is fast but carries tech debt forward; refactoring is slow but unlocks cloud-native benefits.
| Strategy | What It Means | Effort |
|---|---|---|
| Retire | Decommission workloads no longer in use | Minimal |
| Retain | Keep on-premises for now (compliance, dependencies) | None |
| Relocate | Move VMware estates without conversion | Low |
| Rehost | Lift and shift servers as-is to EC2 | Low |
| Replatform | Small optimizations (e.g. DB to RDS, app to containers) | Medium |
| Repurchase | Replace with SaaS or a managed product | Varies |
| Refactor | Re-architect into cloud-native services | High |
A real migration is a mix. You might retire 15% of the estate, rehost the bulk to hit a deadline, replatform the databases to managed services, and refactor only the two or three applications where cloud-native architecture genuinely moves the business. For a deeper look at decomposing applications, see our guide on migrating a monolith to microservices on AWS.
3The MAP Phases: Assess, Mobilize, Migrate
The AWS Migration Acceleration Program (MAP) is the structure AWS uses to fund and de-risk migrations. It is built on three phases, and the funding it provides can offset a meaningful part of the upfront cost:
- Assess. Build the business case. Discover the estate, map dependencies, calculate the total cost of ownership, and decide the 7 Rs disposition for each workload.
- Mobilize. Build the foundation. Stand up the landing zone, security guardrails, and networking. Run a pilot wave to validate the approach and the team's runbooks.
- Migrate and Modernize. Execute in waves. Move workloads in batches, validate each one, and modernize where the 7 Rs disposition called for it.
🎤 AWS re:Invent 2025 Update
AWS Migration Hub stopped accepting new customers on November 7, 2025. For new migrations, AWS now directs teams to AWS Transform, which folds discovery, planning, and tracking into an agentic AI workflow. If you are starting a migration today, plan around AWS Transform rather than Migration Hub.
4AWS Transform: Agentic AI for Migration
AWS Transform is the first agentic AI service purpose-built for large-scale migration and modernization. It became generally available in May 2025 (after a preview at re:Invent 2024 as Amazon Q Developer transformation capabilities) and automates the work that used to take humans months:
- Discovery and dependency mapping across your estate
- Wave planning so workloads move in a safe order
- Server migration through AWS Transform MGN, the recommended rehost path
- Network conversion and EC2 instance optimization
- Containerization during migration so you can replatform and modernize in parallel rather than in two separate projects (added in 2026)
It runs specialized agents for the workload types where the manual effort is highest:
| Workload | What AWS Transform Does |
|---|---|
| Mainframe | Code analysis, decomposition, and conversion. re:Invent 2025 added Reimagine and automated testing. |
| VMware | Discovery, network translation, and EC2 optimization. Certain tasks that took weeks now take minutes. |
| Windows / .NET | Full-stack modernization across app and database layers, up to 5x faster with reported operating cost reductions up to 70%. |
The headline number worth holding onto: AWS reports an average 4x reduction in project timelines versus manual transformation, and far larger gains for big VMware estates. Agentic AI does not remove the need for experienced engineers; it removes the months of mechanical discovery and conversion work so your team can focus on the architecture decisions that matter.
📺 Related re:Invent 2025 Sessions
- Microsoft & VMware workloads on AWS: re:Invent 2025 playlist- AWS Transform across VMware and Windows
- AWS for Mainframe Modernization: re:Invent 2025 refresher- Agentic AI capabilities for mainframe
5Core AWS Migration Services
Beyond AWS Transform, a real migration uses a handful of focused services. Knowing which does what keeps the plan honest:
- AWS Transform MGN (Application Migration Service) - the recommended rehost engine. It replicates source servers (physical, virtual, or other cloud) and cuts them over to run natively on EC2 with minimal downtime.
- AWS DMS (Database Migration Service) - moves database data with full load plus change data capture so the source stays live during the move. See our database migration guide for the full workflow.
- AWS DataSync - high-throughput transfer of file and object data into S3, EFS, or FSx.
- AWS App2Container (A2C) - a CLI tool that containerizes existing Java and .NET applications and deploys them to ECS or EKS without a rewrite.
The pattern is layered: MGN and DataSync move the infrastructure and data, DMS handles the databases, and App2Container or AWS Transform containerization replatforms the applications that warrant it.
6A Reference Migration Architecture
A typical wave moves from a discovered on-premises estate, through the migration services, into a structured AWS landing zone:
The landing zone is the part teams underinvest in and regret. Account structure, networking, identity, logging, and guardrails should be built once, correctly, before the first production workload lands. Rushing this is the single most common cause of a migration that technically succeeds but creates a security and cost mess to clean up later.
7Cost & Timeline
Migration cost depends on the estate size and the mix of 7 Rs strategies. A rehost-heavy plan is cheaper and faster; a refactor-heavy plan costs more but pays back in lower run-rate and faster delivery. The detailed services-cost breakdown below is what most teams want before they commit a budget.
Get Detailed Cost Breakdown
Fill in your details to unlock pricing and cost information.
8Common Pitfalls That Derail Migrations
- Lift and shift everything, modernize never.Rehosting to hit a deadline is fine, but if there is no follow-up plan you have just moved the tech debt and added a cloud bill.
- Skipping discovery. Undocumented dependencies are what turn a clean cutover into a 2 a.m. incident. Let the tooling map them before you plan waves.
- Weak landing zone. Building accounts, networking, and guardrails ad hoc creates security and cost problems that compound with every workload.
- No cost guardrails. Over-provisioned EC2 from a naive lift and shift is the classic surprise bill. Right-size during or shortly after the move, and see our AWS cost optimization guide.
- Treating it as one big bang. Wave-based migration with validation gates beats a single cutover every time.
❓ Frequently Asked Questions
What are the 7 Rs of AWS migration?
Retire, Retain, Relocate, Rehost, Replatform, Repurchase, and Refactor. Each is a strategy for a workload: retire what you no longer need, retain what cannot move yet, relocate VMware estates, rehost (lift and shift), replatform with small optimizations, repurchase via SaaS, or refactor into cloud-native architecture.
How long does a legacy migration to AWS take?
From about 3 months for a straightforward rehost of a small estate to 18 months or more for a full re-architecture. Agentic AI tooling such as AWS Transform reduces project timelines by an average of 4x versus manual transformation.
What is AWS Transform?
An agentic AI service for large-scale migration and modernization. It automates discovery, dependency mapping, wave planning, server migration, network conversion, and containerization across mainframe, VMware, Windows, and .NET workloads. GA in May 2025, with Reimagine and automated testing added at re:Invent 2025.
Is AWS Migration Hub still available?
Migration Hub stopped accepting new customers on November 7, 2025. AWS now points new migrations to AWS Transform, and AWS Transform MGN is the recommended service for the rehost path.
How much does it cost to modernize a legacy system on AWS?
A small rehost typically runs $30k to $80k in services, a mid-size replatform $120k to $350k, and a full re-architecture $500k or more. MAP funding can offset part of the upfront cost.
9Why Lushbinary for Your Migration
Migrations fail on planning, not technology. Lushbinary runs the parts that decide the outcome: a clear-eyed 7 Rs assessment, a landing zone built to last, wave planning that sequences risk sensibly, and the hands-on engineering to execute cutovers without the 2 a.m. surprises. We use AWS Transform and the core migration services where they save time, and we bring human judgement where the architecture decisions matter.
Whether you are exiting a data center, escaping a license bill, or finally retiring a mainframe, we scope the work, run the migration in waves, and leave you with a cost-optimized, secure AWS foundation your team can build on.
🚀 Free Migration Assessment
Thinking about moving to AWS? Lushbinary will assess your estate, recommend the right 7 Rs strategy per workload, and give you a realistic cost and timeline with no obligation.
Sources
- AWS Migration Acceleration Program (MAP)
- AWS Transform generally available (May 2025)
- Choosing AWS migration services and tools
- AWS Transform launch guide: MAP and Migration Hub status
Content was rephrased for compliance with licensing restrictions. Service capabilities and program details sourced from official AWS documentation and announcements as of June 2026. Costs and timelines are Lushbinary estimates based on typical engagements and will vary - always validate against a scoped assessment.
Ready to Modernize on AWS?
Tell us about your legacy estate and we'll map a migration plan, the right strategy per workload, and a realistic timeline.
Ready to Build Something Great?
Get a free 30-minute strategy call. We'll map out your project, timeline, and tech stack - no strings attached.
Prefer email? Reach us directly:

