A global shipping and logistics enterprise is preparing to migrate its supply chain management platform to AWS. The on-premises environment consists of a mix of VMware vSphere virtual machines and physical bare-metal servers running Red Hat Enterprise Linux and Windows Server. The enterprise security policy prohibits any direct outbound internet access from the on-premises datacenter. All outbound traffic must go through an on-premises HTTP proxy that performs SSL decryption and inspection. To plan the migration, the solutions architect must collect detailed CPU and memory utilization, active running processes, and network dependencies (source/destination IPs and ports) for all servers. The migration tracking dashboard must consolidate status updates from both AWS migration services and integrated third-party migration tools. Which strategy should the solutions architect implement to perform the discovery and track the migration?
- Deploy the AWS Application Discovery Agent on all physical servers and virtual machines. Configure the agents to communicate through the on-premises HTTP proxy, and register the agents with AWS Application Discovery Service. Enable data collection, and use the AWS Migration Hub console to track the status of both AWS migration tools and integrated third-party migration tools.Answer
- BDeploy the AWS Application Discovery Agentless Collector as a virtual appliance in the VMware vCenter environment. Configure the collector to route traffic through the on-premises HTTP proxy to gather hardware specifications, CPU/memory utilization, process lists, and network connection details for all servers, then track the migration status in AWS Migration Hub.
- CDeploy the AWS Application Migration Service (MGN) replication agent on all servers to perform initial discovery and map network dependencies. Configure the agents to route traffic through the HTTP proxy over TCP port 1500 to send performance and dependency data to the AWS Migration Hub dashboard, and integrate third-party tools using the MGN API.
- DImport the server inventory details into AWS Migration Hub using a CSV import template. Deploy the AWS Systems Manager (SSM) Agent on all servers to collect running processes and network dependencies, and configure SSM Inventory to stream this data through the on-premises HTTP proxy directly to the AWS Migration Hub dashboard.