A global pharmaceutical manufacturing company is planning to migrate its regulated drug development platform to AWS. The on-premises environment consists of 200 VMware vSphere virtual machines (VMs) running Red Hat Enterprise Linux (RHEL) and 15 physical bare-metal servers running IBM AIX that host legacy database systems. The company's security policy prohibits any inbound traffic to the on-premises environment, and all outbound traffic to the internet must route through a designated forward proxy. The migration team requires detailed process-to-process network dependency mapping for the VMware VMs to group applications correctly, and system inventory details for the AIX servers. The team also wants to consolidate all discovery data and track the migration status of all assets in AWS Migration Hub. Which combination of discovery mechanisms and configurations should a solutions architect recommend to satisfy these requirements?
- Deploy the AWS Application Discovery Agentless Collector on the VMware cluster to perform initial inventory discovery. Install the AWS Application Discovery Agent on the in-scope RHEL VMs, configuring the agent to use the forward proxy for outbound communications, to gather process-to-process network dependencies. For the AIX physical servers, manually populate the AWS Migration Hub import CSV template with their inventory details and upload it, then group all discovered and imported assets into applications within AWS Migration Hub to track the migration.Answer
- BInstall the AWS Application Discovery Agent on all VMware RHEL VMs and the IBM AIX physical servers. Configure the agents to route discovery data through the forward proxy. Since the security policy prohibits inbound traffic, configure a temporary site-to-site VPN to allow the Application Discovery Service to poll the agents, ensuring TCP port 1500 is opened in the local firewall for data replication.
- CDeploy the AWS Application Discovery Agentless Collector on the VMware vCenter Server and configure it to collect process-level network dependency mappings from the RHEL VMs. For the legacy AIX database servers, use the AWS Schema Conversion Tool (SCT) to perform a source database discovery assessment, then configure AWS Database Migration Service (DMS) with Change Data Capture (CDC) to automatically register and track the servers in AWS Migration Hub.
- DDeploy the AWS Application Discovery Agentless Collector to discover the VMware VMs. For the AIX physical servers, request an AWS Snowball Edge Storage Optimized device, run a local discovery script on the AIX servers to export inventory data to the device's S3-compatible storage, and ship the device to AWS to automate the import of configurations into the AWS Migration Hub tracking dashboard.