A financial services organization is preparing to migrate its core transactional platform from an on-premises datacenter to AWS. The environment consists of 120 VMware vSphere VMs hosting the web and application tiers, 15 bare-metal servers running Red Hat Enterprise Linux (RHEL) 8 hosting Oracle databases, and 5 legacy bare-metal servers running IBM AIX hosting transactional processing workloads. The organization's security policy defines strict network isolation: the web and application tiers are allowed outbound web access via an HTTP proxy, but the database and legacy tiers are completely isolated with no outbound internet or proxy access allowed. The organization requires detailed network dependency mapping to group servers into applications before planning migration waves. The migration must be tracked centrally in AWS Migration Hub, utilizing AWS Application Migration Service (MGN) for the virtualized tiers and AWS Database Migration Service (DMS) for the databases. Which discovery and tracking strategy should a Solutions Architect recommend?
- Deploy the AWS Application Discovery Agent on the VMware vSphere VMs, configured to communicate through the outbound HTTP proxy to perform network dependency mapping. Manually collect configuration and dependency data for the RHEL database servers and IBM AIX legacy servers, format it using the Application Discovery Service import templates, and upload the CSV files. Group the discovered servers into applications in AWS Migration Hub, and associate the AWS MGN replication jobs and AWS DMS replication tasks with these applications to track progress.Answer
- BDeploy the AWS Application Discovery Agentless Collector on VMware vCenter to gather metadata for the vSphere VMs. For the RHEL database servers and IBM AIX legacy servers, install the Application Discovery Agent and configure them to route traffic through the VMware Agentless Collector acting as an outbound proxy to send data to the AWS Application Discovery Service. Group the discovered servers into applications in AWS Migration Hub, and monitor their status.
- CDeploy the AWS Application Discovery Agentless Collector on VMware vCenter to discover the vSphere VMs and capture network dependency mapping. For the RHEL database servers and IBM AIX legacy servers, configure the local routers to temporarily allow direct HTTPS outbound access to the Application Discovery Service endpoints, install the Application Discovery Agent on them, and group the servers into applications in AWS Migration Hub to track the migration.
- DInstall the AWS Application Discovery Agent on all VMware vSphere VMs, RHEL database servers, and IBM AIX legacy servers. Configure the agents on the database and legacy tiers to run in offline collection mode, manually export the gathered dependency logs to a local administrative workstation, and upload them to AWS Migration Hub. Group all discovered resources into applications and track the migration progress.