Skip to content

Commit a9080de

Browse files
Merge pull request #299299 from robbyatmicrosoft/security-and-collapse-toc
Added migrate security and updated toc
2 parents d7ed768 + 65feed5 commit a9080de

7 files changed

+65
-109
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Consider the following articles when you migrate compute services. The platform-
4444

4545
Compute services make up only part of your workload. Explore other components that you might migrate:
4646

47-
- [Storage](./migrate-storage-from-aws.md)
48-
- [Databases](./migrate-databases-from-aws.md)
49-
50-
Use the table of contents to explore other articles related to your workload's architecture.
47+
- [Databases](migrate-databases-from-aws.md)
48+
- [Storage](migrate-storage-from-aws.md)
49+
- [Networking](migrate-networking-from-aws.md)
50+
- [Security](migrate-security-from-aws.md)

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Use the following scenarios as examples for your migration process.
4646

4747
Databases make up only part of your workload. Explore other components that you might migrate:
4848

49-
- [Compute](./migrate-compute-from-aws.md)
50-
- [Storage](./migrate-storage-from-aws.md)
51-
52-
Use the table of contents to explore other articles that relate to your workload's architecture.
49+
- [Compute](migrate-compute-from-aws.md)
50+
- [Storage](migrate-storage-from-aws.md)
51+
- [Networking](migrate-networking-from-aws.md)
52+
- [Security](migrate-security-from-aws.md)

articles/migration/migrate-from-aws.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,14 @@ landingContent:
2727
linkLists:
2828
- linkListType: concept
2929
links:
30-
- text: Migrate compute from Amazon Web Services (AWS) to Microsoft Azure
30+
- text: Migrate compute from AWS to Azure
3131
url: migrate-compute-from-aws.md
3232
- text: Migrate databases from AWS to Azure
3333
url: migrate-databases-from-aws.md
34+
- text: Migrate networking from AWS to Azure
35+
url: migrate-networking-from-aws.md
36+
- text: Migrate security from AWS to Azure
37+
url: migrate-security-from-aws.md
3438
- text: Migrate storage from AWS to Azure
3539
url: migrate-storage-from-aws.md
3640

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,13 @@ Use the following migration guides as examples to help structure your migration
3030

3131
| Scenario | Key services | Description |
3232
|--|--|--|
33-
| [Connect AWS and Azure using a BGP-enabled VPN gateway](/azure/architecture/aws-professional/networking?branch=main) | AWS virtual private gateway to Azure VPN gateway | Demonstrates how to setup a BGP-enabled connection between Azure and Amazon Web Services (AWS). |
33+
| [Connect AWS and Azure using a BGP-enabled VPN gateway](/azure/vpn-gateway/vpn-gateway-howto-aws-bgp) | AWS virtual private gateway to Azure VPN gateway | Demonstrates how to setup a BGP-enabled connection between Azure and Amazon Web Services (AWS). |
3434

3535
## Related workload components
3636

3737
Networking makes up only part of your workload. Explore other components that you might migrate:
3838

39-
- [Compute](./migrate-compute-from-aws.md)
40-
- [Databases and data](./migrate-databases-from-aws.md)
41-
- [Storage](./migrate-storage-from-aws.md)
42-
43-
Use the table of contents to explore other articles that relate to your workload's architecture.
39+
- [Compute](migrate-compute-from-aws.md)
40+
- [Databases](migrate-databases-from-aws.md)
41+
- [Storage](migrate-storage-from-aws.md)
42+
- [Security](migrate-security-from-aws.md)
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
title: Migrate security services from Amazon Web Services (AWS)
3+
description: Learn about replatforming security services from AWS to Microsoft Cloud to support the security requirements of the workload. Discover key similarities and differences between AWS and Microsoft.
4+
ms.author: joflore
5+
author: MicrosoftGuyJFlo
6+
ms.date: 05/01/2025
7+
ms.topic: conceptual
8+
ms.collection:
9+
- migration
10+
- aws-to-azure
11+
---
12+
# Migrate security services from Amazon Web Services (AWS)
13+
14+
This article describes scenarios that you can use to migrate Amazon Web Services (AWS) security services to Microsoft Azure. These cloud services provide foundational security elements necessary for monitoring other services and applications built in the cloud. The migration process involves transitioning services while focusing on maintaining or enhancing functionality.
15+
16+
These scenarios might cover tasks like migrating your security and information and event management (SIEM) solution to Azure.
17+
18+
## Migration scenarios
19+
20+
Use the following migration guides as examples to help structure your migration strategy.
21+
22+
| Scenario | Key services | Description |
23+
|--|--|--|
24+
| [Migrate your SIEM in AWS to Microsoft Sentinel](/azure/sentinel/migration) | SIEM data in AWS -> Microsoft Sentinel | Plan the different phases of your SIEM data migration from AWS. |
25+
26+
## Related workload components
27+
28+
Security services make up only part of your cloud workload. Explore other components you might migrate:
29+
30+
- [Compute](migrate-compute-from-aws.md)
31+
- [Databases](migrate-databases-from-aws.md)
32+
- [Storage](migrate-storage-from-aws.md)
33+
- [Networking](migrate-networking-from-aws.md)
34+
35+
Migrating security scenarios require identity to be a central service. Compare [AWS identity services](/azure/architecture/aws-professional/security-identity) used in the workload to their closest Azure counterparts.

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Storage services are foundational components of most enterprise workloads. The m
1919

2020
## Component comparison
2121

22-
Start the migration process by comparing the AWS storage service that's used in the workload with the closest Azure counterpart. The goal is to identify the most suitable Azure services for your workload. For more information, see [Comparing AWS and Azure storage services](/azure/architecture/.aws-professional/storage).
22+
Start the migration process by comparing the AWS storage service that's used in the workload with the closest Azure counterpart. The goal is to identify the most suitable Azure services for your workload. For more information, see [Comparing AWS and Azure storage services](/azure/architecture/aws-professional/storage).
2323

2424
> [!NOTE]
2525
> This comparison isn't an exact representation of the functionality that these services provide in your workload.
@@ -38,7 +38,7 @@ Use the following migration guides as examples to help structure your migration
3838

3939
Storage makes up only part of your workload. Explore other components that you might migrate:
4040

41-
- [Compute](./migrate-compute-from-aws.md)
42-
- [Databases and data](./migrate-databases-from-aws.md)
43-
44-
Use the table of contents to explore other articles that relate to your workload's architecture.
41+
- [Compute](migrate-compute-from-aws.md)
42+
- [Databases](migrate-databases-from-aws.md)
43+
- [Networking](migrate-networking-from-aws.md)
44+
- [Security](migrate-security-from-aws.md)

articles/migration/toc.yml

Lines changed: 7 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -25,97 +25,15 @@ items:
2525
# - name: 6. Optimize with Azure
2626
# href: ./placeholder.md
2727
- name: Compute
28-
items:
29-
- name: Migrate compute
30-
href: ./migrate-compute-from-aws.md
31-
- name: Azure compute services map
32-
href: /azure/architecture/aws-professional/compute
33-
- name: Migrate AWS Lambda to Azure Functions
34-
href: /azure/azure-functions/migration/lambda-functions-migration-overview
35-
- name: Elastic Kubernetes Service (EKS)
36-
items:
37-
- name: AKS for Amazon EKS professionals
38-
href: /azure/architecture/aws-professional/eks-to-aks/
39-
- name: Migrate to Azure Kubernetes Service (AKS)
40-
href: /azure/aks/aks-migration
41-
- name: Migrate a web app from EKS to AKS
42-
href: /azure/aks/eks-web-overview
43-
- name: Migrate an event-driven EKS workload to AKS
44-
href: /azure/aks/eks-edw-overview
45-
- name: Amazon EC2
46-
items:
47-
- name: Migrate to Azure Virtual Machines (Azure Migrate)
48-
href: /azure/migrate/tutorial-migrate-aws-virtual-machines
49-
- name: Migrate virtual machine images to Azure Managed Disks
50-
href: /azure/virtual-machines/windows/on-prem-to-azure
51-
- name: Migrate VMware Services to Azure
52-
href: /azure/migrate/vmware/migrate-support-matrix-vmware
53-
- name: Databases and data
54-
items:
55-
- name: Migrate databases
56-
href: ./migrate-databases-from-aws.md
57-
- name: Azure database services map
58-
href: /azure/architecture/aws-professional/databases
59-
- name: Azure data and AI services map
60-
href: /azure/architecture/aws-professional/data-ai
61-
- name: Amazon RDS for PostgreSQL
62-
items:
63-
- name: Migrate to Azure Database for PostgreSQL (offline)
64-
href: /azure/postgresql/migrate/migration-service/tutorial-migration-service-aws-offline
65-
- name: Migrate to Azure Database for PostgreSQL (online)
66-
href: /azure/postgresql/migrate/migration-service/tutorial-migration-service-aws-online
67-
- name: Amazon Aurora PostgreSQL
68-
items:
69-
- name: Migrate to Azure Database for PostgreSQL (offline)
70-
href: /azure/postgresql/migrate/migration-service/tutorial-migration-service-aurora-offline
71-
- name: Migrate to Azure Database for PostgreSQL (online)
72-
href: /azure/postgresql/migrate/migration-service/tutorial-migration-service-aurora-online
73-
- name: Migrate MySQL on AWS to Azure Database for MySQL
74-
href: /azure/azure-sql/migration-guides/database/mysql-to-sql-database-guide?view=azuresql-db&preserve-view=true
75-
- name: Migrate Amazon SQL Server to Azure SQL Database
76-
href: /data-migration/sql-server/database/guide
77-
- name: Amazon DynamoDB
78-
items:
79-
- name: Migrate a DynamoDB application to Azure Cosmos DB for NoSQL
80-
href: /azure/cosmos-db/nosql/dynamo-to-cosmos
81-
- name: Migrate DynamoDB data to Azure Cosmos DB for NoSQL
82-
href: /azure/cosmos-db/nosql/dynamodb-data-migration-cosmos-db
83-
- name: Migrate Amazon ElastiCache to Azure Cache for Redis
84-
href: /azure/azure-cache-for-redis/cache-migration-guide
85-
- name: Migrate CouchBase on AWS to Azure Cosmos DB for NoSQL
86-
href: /azure/cosmos-db/nosql/couchbase-cosmos-migration
28+
href: ./migrate-compute-from-aws.md
29+
- name: Databases
30+
href: ./migrate-databases-from-aws.md
8731
- name: Storage
88-
items:
89-
- name: Migrate storage components
90-
href: ./migrate-storage-from-aws.md
91-
- name: Azure storage services map
92-
href: /azure/architecture/aws-professional/storage
93-
- name: Amazon Simple Storage Service (S3)
94-
items:
95-
- name: Copy data from Amazon S3 to Azure Storage (AzCopy)
96-
href: /azure/storage/common/storage-use-azcopy-s3
97-
- name: Copy data from Amazon S3 to Azure Storage (Azure Data Factory)
98-
href: /azure/data-factory/data-migration-guidance-s3-azure-storage
99-
- name: Migrate to Azure Data Lake Storage
100-
href: /azure/data-factory/solution-template-migration-s3-azure
32+
href: ./migrate-storage-from-aws.md
10133
- name: Networking
102-
items:
103-
- name: Azure networking services mapping
104-
href: /azure/architecture/aws-professional/networking
105-
- name: Connect AWS and Azure using a BGP-enabled VPN gateway
106-
href: /azure/vpn-gateway/vpn-gateway-howto-aws-bgp
107-
- name: Messaging and integration
108-
items:
109-
- name: Azure messaging services map
110-
href: /azure/architecture/aws-professional/messaging
111-
- name: Synchronize API Gateway APIs into Azure API Center
112-
href: /azure/api-center/synchronize-aws-gateway-apis
34+
href: ./migrate-networking-from-aws.md
11335
- name: Security
114-
items:
115-
- name: Azure security services map
116-
href: /azure/architecture/aws-professional/security-identity
117-
- name: Migrate your SIEM in AWS to Microsoft Sentinel
118-
href: /azure/sentinel/migration
36+
href: ./migrate-security-from-aws.md
11937
- name: Migrate from Google Cloud
12038
items:
12139
- name: Getting started
@@ -134,7 +52,7 @@ items:
13452
# href: ./placeholder.md
13553
# - name: 6. Optimize with Azure
13654
# href: ./placeholder.md
137-
- name: Databases and data
55+
- name: Databases
13856
items:
13957
- name: Migrate databases
14058
href: ./migrate-databases-from-google-cloud.md

0 commit comments

Comments
 (0)