Skip to content

Commit 4401a5b

Browse files
Merge pull request #297232 from jmart1428/edit-migrate-aws
Quality check: Migrate compute from Amazon Web Services (AWS)
2 parents fe1274f + b159b65 commit 4401a5b

File tree

1 file changed

+17
-19
lines changed

1 file changed

+17
-19
lines changed

articles/migration/migrate-compute-from-aws.md

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,46 @@
11
---
2-
title: Migrate Compute from Amazon Web Services (AWS)
3-
description: Concepts, how-tos, best practices for moving compute from AWS to Azure.
2+
title: Migrate Compute from Amazon Web Services to Azure
3+
description: Learn how to migrate AWS compute services to Azure, including maintaining feature parity and exploring scenarios like VMs, web apps, and serverless functions.
44
author: robbyatmicrosoft
55
ms.author: robbymillsap
66
ms.date: 03/25/2025
77
ms.topic: conceptual
88
ms.custom: migration
99
---
1010

11-
# Migrate compute from Amazon Web Services (AWS)
11+
# Migrate compute from Amazon Web Services to Azure
1212

13-
The articles listed on this page outline scenarios for migrating Amazon Web Services (AWS) compute services to Azure. These cloud resources offer the processing power, memory, and storage necessary for running computational tasks. The migration process involves transitioning these services from AWS to Azure, with a focus on maintaining feature parity.
13+
This article describes scenarios that you can use to migrate Amazon Web Services (AWS) compute services to Azure. These cloud services provide the processing power, memory, and storage necessary to run computational tasks. The migration process involves transitioning these services from AWS to Azure, with a focus on maintaining feature parity.
1414

15-
The scenarios cover common compute types, such as virtual machines (VMs), web applications, and serverless services. For example, a typical migration scenario might involve moving an AWS Lambda to Azure Functions.
15+
The scenarios cover common compute types, such as virtual machines (VMs), web applications, and serverless services. For example, a typical migration scenario might involve moving a serverless application from AWS Lambda to Azure Functions.
1616

1717
## Component comparison
1818

19-
Start the process by comparing AWS compute services used in the workload to their closest Azure counterparts. This helps identify the most suitable Azure services for your migration needs.
20-
21-
* [Compare compute services on Azure and AWS](/azure/architecture/aws-professional/compute)
19+
To begin the process, compare the AWS compute services that a workload uses with their closest Azure counterparts. This evaluation helps identify the most suitable Azure services for your migration needs. For more information, see [Compare compute services on Azure and AWS](/azure/architecture/aws-professional/compute).
2220

2321
> [!NOTE]
24-
> This comparison should not be considered an exact representation of the functionality provided by these services in your workload.
22+
> This comparison isn't an exact representation of the functionality that these services provide in your workload.
2523
2624
## Migration scenarios
2725

28-
Refer to the following scenarios as examples for framing your migration process:
26+
Use the following scenarios as examples for your migration process:
2927

3028
| Scenario | Key services | Description |
3129
|----------|--------------|-------------|
32-
| [Migrate AWS event-driven workloads to Azure](/azure/aks/eks-edw-overview) | Amazon Elastic Kubernetes Service (AKS) to Azure Kubernetes Service (AKS) | This scenario involves migrating an EKS event-driven workload with KEDA and Karpenter to AKS. |
33-
| [Migrate EKS web application workloads to AKS](/azure/aks/eks-web-overview) | Amazon Elastic Kubernetes Service (AKS) to Azure Kubernetes Service (AKS) | This scenario involves migrating an EKS web application to AKS. |
34-
| [Migrate Amazon EC2 instances to Azure](/azure/migrate/tutorial-migrate-aws-virtual-machines) | Amazon EC2 instances -> Azure VMs | This scenario involves migrating AWS EC2 instances to Azure VMs. |
35-
| [Migrate AWS Lambda to Azure Functions](/azure/azure-functions/migration/lambda-functions-migration-overview) | AWS Lambda -> Azure Functions | This scenarios involves migrating serverless applications from AWS Lambda to Azure Functions. |
30+
| [Migrate AWS event-driven workloads to Azure](/azure/aks/eks-edw-overview) | Amazon Elastic Kubernetes Service (EKS) to Azure Kubernetes Service (AKS) | This scenario involves migrating an EKS event-driven workload that includes Kubernetes Event-Driven Autoscaling (KEDA) and Karpenter to AKS. |
31+
| [Migrate EKS web application workloads to AKS](/azure/aks/eks-web-overview) | Amazon EKS to AKS | This scenario involves migrating an EKS web application to AKS. |
32+
| [Migrate Amazon EC2 instances to Azure](/azure/migrate/tutorial-migrate-aws-virtual-machines) | Amazon EC2 instances to Azure VMs | This scenario involves migrating AWS EC2 instances to Azure VMs. |
33+
| [Migrate AWS Lambda to Azure Functions](/azure/azure-functions/migration/lambda-functions-migration-overview) | AWS Lambda to Azure Functions | This scenario involves migrating serverless applications from AWS Lambda to Azure Functions. |
3634

37-
The following list provides additional articles for migrating compute services. These scenarios are platform-agnostic but provide generic guidance for landing the service on Azure.
35+
Consider the following articles when you migrate compute services. The platform-agnostic, generic scenarios in these articles can help you deploy services on Azure.
3836

39-
* [Migrate machines as physical servers to Azure](/azure/migrate/tutorial-migrate-physical-virtual-machines)
40-
* [Assess Hyper-V VMs for migration to Azure](/azure/migrate/tutorial-assess-hyper-v)
41-
* [Migrate VMware Services to Azure](/azure/migrate/vmware/migrate-support-matrix-vmware)
37+
- [Migrate machines as physical servers to Azure](/azure/migrate/tutorial-migrate-physical-virtual-machines)
38+
- [Assess Hyper-V VMs for migration to Azure](/azure/migrate/tutorial-assess-hyper-v)
39+
- [Migrate VMware services to Azure](/azure/migrate/vmware/migrate-support-matrix-vmware)
4240

4341
## Related workload components
4442

45-
Compute services make up only part of your workload. Explore other components that are part of the migration process:
43+
Compute services make up only part of your workload. Explore other components that you might migrate:
4644

4745
- [Storage](./migrate-storage-from-aws.md)
4846
- [Databases](./migrate-databases-from-aws.md)

0 commit comments

Comments
 (0)