Skip to content
Talk to an expert
Cloud & DevOps By Published Updated 6 min read

Cloud Migration Checklist: How to Move Legacy Applications to AWS, Azure or Google Cloud

Most cloud migrations that overrun do so because of decisions made, or skipped, before the first server moves. Use this checklist to plan, migrate and optimise with confidence.

Illustration of legacy applications moving from an on-premises data centre to AWS, Azure and Google Cloud

Legacy applications are rarely moved to the cloud on a whim. Hardware refresh cycles, data centre contracts, rising virtualisation licensing costs, operating systems and databases reaching end of support, and the need for scalability and AI-ready data all push organisations to migrate.

The technology to migrate is mature. What still goes wrong is planning: applications moved without understanding dependencies, landing zones built after workloads arrive, and cloud bills that grow faster than expected. This cloud migration checklist walks through the four phases of a successful migration, with practical items for each.

Common triggers for migrating now

  • End of support: Windows Server 2012 and 2012 R2 reached end of extended support in October 2023, SQL Server 2014 in July 2024 and SQL Server 2016 in July 2026, while Windows Server 2016 extended support ends in January 2027. CentOS 7 reached end of life in June 2024.
  • Virtualisation licensing changes that have significantly increased costs for some on-premises estates.
  • Data centre contract renewals and hardware refresh cycles.
  • Scalability and resilience requirements that are expensive to meet on-premises.
  • Data and AI initiatives that need modern data platforms.

What are the 7 Rs of cloud migration?

StrategyWhat it meansUse it when
RetireDecommission the applicationIt has few users or its function exists elsewhere
RetainKeep it where it is for nowIt is due for replacement, highly specialised or blocked by regulation
Rehost (lift and shift)Move virtual machines as they areYou need speed, low risk or a data centre exit deadline
RelocateMove a virtualised platform to a cloud-hosted equivalentYou want to move many VMs quickly without changing them
Replatform (lift and reshape)Make targeted changes, such as moving to managed databasesYou want quick cloud benefits without a rewrite
RepurchaseReplace with a SaaS productA commodity capability has good SaaS options
Refactor (re-architect)Rebuild using cloud-native services such as containers, serverless and managed dataThe application is strategic and needs scale, agility or major new features

Repurchase decisions are covered in more detail in our build versus buy guide.

Phase 1: Assess

  • Build a complete application inventory: owners, users, business criticality and lifecycle plans.
  • Discover infrastructure automatically with provider tools, such as Azure Migrate, Google Cloud Migration Center or AWS discovery and migration services, alongside existing monitoring data.
  • Map dependencies between applications, databases, file shares, batch jobs and external interfaces.
  • Capture performance baselines: CPU, memory, storage, IOPS and network throughput at peak.
  • Record licensing constraints for operating systems, databases and third-party software.
  • Identify compliance and data residency requirements for each application.
  • Estimate current total cost of ownership, including hardware, facilities, licences and staff time.
  • Assign a 7 Rs strategy and a target architecture to every application.
  • Build the business case, including dual-running costs during migration.

What is a cloud landing zone?

A landing zone is the secure, well-architected foundation that every migrated workload lands in. It defines how cloud accounts or subscriptions are organised, how people and systems authenticate, how networks connect to offices and data centres, which security and compliance guardrails are enforced automatically, and how logs and costs are collected. Each major cloud provider publishes reference guidance for building one. Building the landing zone before the first production application moves avoids retrofitting security and networking around live systems later, which is slower, riskier and more expensive.

Phase 2: Plan and prepare the landing zone

  • Account or subscription structure separating production, non-production and shared services.
  • Identity and access: single sign-on, least privilege, MFA and break-glass accounts.
  • Networking: address ranges, hub-and-spoke or equivalent topology, hybrid connectivity and DNS.
  • Security baseline: encryption defaults, key management, security monitoring and guardrail policies.
  • Logging and monitoring centralised from day one.
  • Backup and disaster recovery with defined recovery point and recovery time objectives per application.
  • Cost management: mandatory tagging, budgets and alerts.
  • Infrastructure as code so environments are repeatable and reviewable.
  • Wave plan: group applications by dependencies and risk, starting with a low-risk pilot wave.
  • Runbooks and rollback plans for every application cut-over.

Phase 3: Migrate

  • Run a pilot wave to validate tooling, runbooks and team roles.
  • Choose a data migration method per system: offline transfer, continuous replication or application-level synchronisation.
  • Lower DNS time-to-live values ahead of cut-over.
  • Test functionality, performance, integrations and security in the target environment before switching.
  • Agree a change freeze and communication plan with business owners.
  • Execute cut-over with go/no-go checkpoints and a defined rollback deadline.
  • Monitor closely during hypercare and keep the source environment available until sign-off.
  • Update documentation, support procedures and configuration management records.

Phase 4: Optimise

  • Rightsize compute and storage based on real utilisation after two to four weeks.
  • Apply committed-use discounts, reservations or savings plans to steady workloads.
  • Schedule non-production environments to shut down outside working hours.
  • Move suitable components to managed services to reduce operational effort.
  • Review security posture findings and fix high-risk items.
  • Establish monthly FinOps reviews with application owners.
  • Plan the next modernisation steps, such as containerisation or refactoring strategic applications.

Who should be on the migration team?

  • Executive sponsor who owns the business case and resolves priority conflicts
  • Cloud architect responsible for the landing zone and target architectures
  • Migration lead who runs wave planning, runbooks and cut-overs
  • Application owners who know how each system is used and sign off testing
  • Security and compliance lead involved from design, not just before go-live
  • Database and infrastructure engineers for data migration and platform build
  • FinOps owner who tracks spend against the business case from the first wave

AWS vs Azure vs Google Cloud: how to choose

ConsiderationAWSMicrosoft AzureGoogle Cloud
Often chosen forBreadth of services, mature ecosystem, wide partner and marketplace optionsMicrosoft-centric estates, Windows and SQL Server workloads, Microsoft identity integrationData analytics, machine learning and Kubernetes-based platforms
Licensing considerationsBring-your-own-licence options vary by productLicence benefits for existing Windows Server and SQL Server customersBring-your-own-licence options vary by product
Data and AI platformsBroad analytics and AI services, including managed foundation modelsStrong integration with Microsoft data and productivity toolsHighly regarded analytics warehouse and AI platform
SkillsLarge talent poolNatural fit for Microsoft-skilled teamsSmaller but strong specialist talent pool

Many enterprises end up multi-cloud for specific workloads, but migrating most applications to one primary provider keeps governance, skills and costs simpler.

Security and compliance essentials

  • Understand the shared responsibility model: the provider secures the cloud; you secure what you run in it.
  • Encrypt data at rest and in transit, and control who manages keys.
  • Centralise audit logs and retain them according to policy.
  • Scan infrastructure as code and container images before deployment.
  • Test backups and disaster recovery, not just configure them.
  • Document data locations for GDPR, sector regulations and customer contracts.

Cost pitfalls to avoid

  • Moving over-provisioned servers like for like
  • Forgetting data transfer and egress charges between regions and out to the internet
  • Leaving test environments running around the clock
  • Unplanned licensing costs for databases and third-party software
  • Long dual-running periods caused by slow cut-over decisions
  • No ownership tags, so nobody knows who can switch things off

How long does a cloud migration take?

Estate sizeTypical approachIndicative duration
Up to 10 applicationsMostly rehost and replatform2 – 4 months
10 – 50 applicationsWaves, mixed strategies6 – 12 months
50+ applications or full data centre exitMigration factory, phased modernisation12 – 24 months

Automate testing and deployment as you migrate

A migration is the ideal moment to introduce CI/CD pipelines and automated testing, so future releases are faster and safer. Our quality assurance services and article on release pipelines and test automation explain how.

Plan your cloud migration with Groviya

Groviya’s cloud and DevOps engineers assess application estates, design secure landing zones and migrate workloads to AWS, Azure and Google Cloud in well-governed waves, with delivery from India and teams in the UK and USA. Offshore delivery can reduce migration cost significantly, as explained in our offshore buyer’s guide. Explore our services or request a migration assessment.

Frequently asked questions

What are the 7 Rs of cloud migration?

The 7 Rs are retire, retain, rehost (lift and shift), relocate, replatform (lift and reshape), repurchase (move to SaaS) and refactor (re-architect for cloud-native services). Each application in your estate should be assigned one of these strategies based on business value, technical fit and cost.

How long does a cloud migration take?

Moving a handful of applications can take two to three months. A mid-sized estate of dozens of applications typically takes six to twelve months in waves, and large enterprise data centre exits often run for eighteen months or more, especially when refactoring is involved.

Is lift and shift a good cloud migration strategy?

Rehosting is useful when you must exit a data centre quickly or reduce risk, and it builds cloud skills. On its own it rarely delivers the full cost benefits of the cloud, so plan rightsizing and targeted modernisation after the move.

Which is better: AWS, Azure or Google Cloud?

All three are capable for enterprise workloads. Azure often suits organisations invested in Microsoft licensing and identity, AWS offers the broadest service range and partner ecosystem, and Google Cloud is strong in data analytics and Kubernetes. Existing skills, licensing, data services and commercial terms usually decide.

How do you control costs after migrating to the cloud?

Tag every resource by owner and application, set budgets and alerts, rightsize instances using real utilisation, shut down non-production environments out of hours, use committed-use discounts for steady workloads, watch data transfer charges and review costs monthly with application owners.

Written by Cloud and DevOps Lead at Groviya Rohit Kumar runs cloud and DevOps engagements at Groviya, covering migrations to AWS, Azure and GCP as well as the release tooling teams need once they arrive. He spends most of his time on the part nobody budgets for, which is making deployments boring, repeatable and safe to roll back.

0 Comments

Write a comment

Your email address will not be published. Required fields are marked *
Scroll