|
1 | 1 | ---
|
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. |
4 | 4 | author: robbyatmicrosoft
|
5 | 5 | ms.author: robbymillsap
|
6 | 6 | ms.date: 03/25/2025
|
7 | 7 | ms.topic: conceptual
|
8 | 8 | ms.custom: migration
|
9 | 9 | ---
|
10 | 10 |
|
11 |
| -# Migrate compute from Amazon Web Services (AWS) |
| 11 | +# Migrate compute from Amazon Web Services to Azure |
12 | 12 |
|
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. |
14 | 14 |
|
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. |
16 | 16 |
|
17 | 17 | ## Component comparison
|
18 | 18 |
|
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). |
22 | 20 |
|
23 | 21 | > [!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. |
25 | 23 |
|
26 | 24 | ## Migration scenarios
|
27 | 25 |
|
28 |
| -Refer to the following scenarios as examples for framing your migration process: |
| 26 | +Use the following scenarios as examples for your migration process: |
29 | 27 |
|
30 | 28 | | Scenario | Key services | Description |
|
31 | 29 | |----------|--------------|-------------|
|
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. | |
36 | 34 |
|
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. |
38 | 36 |
|
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) |
42 | 40 |
|
43 | 41 | ## Related workload components
|
44 | 42 |
|
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: |
46 | 44 |
|
47 | 45 | - [Storage](./migrate-storage-from-aws.md)
|
48 | 46 | - [Databases](./migrate-databases-from-aws.md)
|
|
0 commit comments