A national energy grid operator is planning to migrate its hybrid workload portfolio to AWS. The portfolio includes:
* 300 VMware vSphere VMs running enterprise Linux and Windows Server OS.
* 10 physical bare-metal servers running CentOS 7 that handle sensitive telemetry data. These servers are located in a secure network zone with no direct outbound internet access, but they can route traffic through an on-premises HTTP proxy.
* 8 legacy physical servers running IBM AIX that run critical database backends.
The operator requires a discovery solution that maps network dependencies to group servers into applications, gathers CPU and memory utilization data for right-sizing, and tracks the migration status in a centralized dashboard using AWS Migration Hub. Due to strict security policies, the virtualization team refuses to install any agents on the hypervisors or inside the VMware VMs, but they allow read-only vCenter read access.
Which combination of discovery mechanisms and configuration steps will meet these requirements while mapping dependencies and tracking the migration? (Select TWO.)
- Deploy the AWS Application Discovery Agentless Collector as a virtual appliance in the VMware environment to discover VM configurations and resource utilization, and manually populate the AWS Migration Hub import template CSV file to record the IBM AIX servers' configurations and dependencies.Answer
- Install the AWS Application Discovery Agent on the 10 CentOS physical servers, and configure the agents to route traffic through the HTTP proxy by setting the HTTPS_PROXY environment variable during installation.Answer
- CInstall the AWS Application Discovery Agent on the VMware VMs, and configure the AWS Application Discovery Agentless Collector to discover the IBM AIX and CentOS physical servers.
- DDeploy the AWS Application Discovery Agentless Collector, and configure it to perform network dependency scanning across both the VMware VMs and the CentOS physical servers.
- EUse AWS Application Migration Service (MGN) replication agents to automatically discover the OS configurations of the VMware VMs and IBM AIX servers, and sync the metadata directly to AWS Migration Hub.