A multinational healthcare conglomerate is planning to migrate its core patient portal and clinical data processing applications from an on-premises datacenter to AWS. The environment consists of two main components: a VMware vSphere 7.0 cluster hosting 400 virtual machines (VMs) running Red Hat Enterprise Linux (RHEL) and Ubuntu, and a bare-metal cluster hosting 50 database servers running legacy IBM AIX and Oracle Solaris operating systems.
Due to strict HIPAA and PCI-DSS compliance regulations, the security team enforces the following constraints:
- No software agents or third-party packages can be installed on the bare-metal database servers.
- VMs within the restricted PCI-DSS network segment have no direct internet access, but can communicate with an on-premises central proxy server.
- The migration team must minimize administrative overhead on the hypervisor hosts while still gathering network dependency mapping for the application VMs to plan migration waves.
The organization wants to discover this environment, group resources into applications, and track migration progress using AWS Migration Hub.
Which TWO actions should the Solutions Architect take to meet these requirements?
- Deploy the AWS Application Discovery Agentless Collector in the VMware environment to gather VM metadata and performance utilization. For the application VMs requiring network dependency mapping, install the Application Discovery Agent and configure the agent's proxy settings to route data through the central proxy.Cevap
- For the bare-metal database servers, manually populate the AWS Migration Hub import CSV template with server details and upload it. Group the imported database servers and the discovered application VMs into logical applications within AWS Migration Hub to track the migration progress.Cevap
- CInstall the AWS Application Migration Service (MGN) replication agent on the bare-metal database servers to automatically discover server configuration metrics and stream disk block-level data to the staging area via TCP port 1500.
- DDeploy the AWS Application Discovery Agentless Collector in the VMware environment to perform network dependency mapping for the RHEL and Ubuntu VMs, avoiding the need for individual agent installations.
- ECreate a new transit VPC with AWS Transit Gateway to bypass the on-premises proxy, allowing the application VMs in the restricted PCI-DSS segment to send discovery data directly to the public AWS Application Discovery Service endpoints.