A multinational financial corporation is migrating its legacy core transaction workloads to AWS using AWS Application Migration Service (MGN). The workload consists of 50 physical servers running a mix of Windows Server and Red Hat Enterprise Linux (RHEL). The target architecture is a multi-account environment managed by AWS Organizations, where data replication must occur privately over an AWS Direct Connect (DX) connection terminating at a Transit Gateway (TGW) in a central Network account. The staging area subnets are located in a Shared Services VPC within a central Infrastructure account, while the migrated instances must launch in the Production VPC in a separate Production account. The architecture must be resilient to Availability Zone (AZ) outages to prevent replication stalls, on-premises source servers must resolve AWS MGN API endpoints privately, and the target instances must automatically join the corporate Active Directory domain in the Production VPC post-launch.
During the pilot phase, the replication agent installation fails on-premises, staging replication stalls during AZ maintenance windows, and launched instances fail to join the Active Directory domain. Which combination of configuration steps will resolve all of these issues?
- Configure VPC interface endpoints for the MGN and Amazon S3 services in the Staging VPC. Create a Route 53 Private Hosted Zone for the MGN endpoints, associate it with both the Staging VPC and Production VPC, and deploy Route 53 Inbound Resolvers in the Staging VPC with conditional forwarders configured on-premises. Configure the MGN replication template to use staging subnets across multiple Availability Zones, each with a dedicated, redundant NAT Gateway. Ensure the Staging VPC security groups permit inbound traffic from the on-premises range on TCP port 1500. In the Production account, configure the EC2 Launch Template with an IAM instance profile containing the AmazonSSMManagedInstanceCore and directory join permissions, and enable the Active Directory integration post-launch action.Answer
- BConfigure VPC interface endpoints for the MGN and Amazon S3 services in the Staging VPC, and associate a Route 53 Private Hosted Zone for the MGN endpoints with the Staging VPC. Set up Route 53 Inbound Resolvers in the Staging VPC to forward queries from on-premises. Configure the MGN replication template to deploy replication servers across multiple Availability Zones, routing all outbound traffic through a single NAT Gateway located in one primary Availability Zone. Ensure the Staging VPC security groups permit inbound traffic from the on-premises range on TCP port 1500. In the Production account, assign the AmazonSSMManagedInstanceCore and directory join permissions to the target instance launch templates, and enable the Active Directory integration post-launch action.
- CConfigure VPC interface endpoints for the MGN and Amazon S3 services in the Staging VPC. Create a Route 53 Private Hosted Zone for the MGN endpoints in the central Infrastructure account, but do not associate it with the Staging VPC or Production VPC, relying instead on Transit Gateway route propagation to resolve private DNS queries. Set up Route 53 Inbound Resolvers in the Staging VPC. Configure the MGN replication template to use staging subnets across multiple Availability Zones with dedicated NAT Gateways in each zone. Ensure the Staging VPC security groups permit inbound traffic from the on-premises range on TCP port 1500. In the Production account, configure the EC2 Launch Template with an IAM instance profile containing the AmazonSSMManagedInstanceCore and directory join permissions, and enable the Active Directory integration post-launch action.
- DConfigure VPC interface endpoints for the MGN and Amazon S3 services in the Staging VPC. Create a Route 53 Private Hosted Zone for the MGN endpoints, associate it with both the Staging VPC and Production VPC, and deploy Route 53 Inbound Resolvers in the Staging VPC. Configure the MGN replication template to use staging subnets across multiple Availability Zones, each with a dedicated NAT Gateway. Configure the Staging VPC security groups to permit inbound traffic from the on-premises range on TCP port 443 only, blocking port 1500 to enhance security. In the Production account, configure the EC2 Launch Template with an IAM instance profile containing the AmazonSSMManagedInstanceCore and directory join permissions, and enable the Active Directory integration post-launch action.