Share via

Appliance setup in AWS

Bhagya Shree Chauhan 21 Reputation points
2026-05-19T12:54:45.04+00:00

I need to migrate servers from AWS to Azure, Some servers are in different VPCs which do not talk to each other. If need to setup appliance without enabling peering between VPCs, then in that case do we need to setup appliance in each VPC. I don't want VPCs to be peered

Azure Migrate
Azure Migrate

A central hub of Azure cloud migration services and tools to discover, assess, and migrate workloads to the cloud.

0 comments No comments

Answer accepted by question author

AI answer

2026-05-19T12:54:57.56+00:00

Yes. A separate Azure Migrate replication appliance is required for each isolated VPC if VPC peering (or other network connectivity) is not enabled between them.

Reasoning based on requirements:

  • The replication appliance must have network line-of-sight to every source AWS VM that it will replicate.
  • Source AWS VMs communicate with the replication appliance over HTTPS 443 (control/orchestration) and TCP 9443 (replication data) inbound.
  • The guidance recommends deploying the replication appliance in the same VPC as the source VMs; if it is in a different VPC, the VPCs must be connected via VPC peering.

Since VPCs in this scenario “do not talk to each other” and peering is explicitly not desired, a single appliance cannot reach VMs across those VPC boundaries. Therefore:

  • Deploy one replication appliance VM (Windows Server 2022) per VPC that contains servers to be migrated.
  • Ensure each appliance meets the hardware/software/networking requirements and can reach Azure over HTTPS 443 outbound.
  • Configure security group rules in each VPC so that the local source VMs can reach their local appliance on ports 443 and 9443.

This way, each isolated VPC has its own appliance handling replication for the VMs inside that VPC, without requiring VPC peering.


References:

AI-generated content may be incorrect. Read our transparency notes for more information.

Was this answer helpful?

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.