A medical device manufacturing company is planning to migrate its core supply chain and regulatory compliance systems to AWS. The on-premises environment consists of two distinct segments:
1. A cluster of VMware vSphere 7.0 virtual machines (VMs) running supported Enterprise Linux operating systems inside a secure network zone. These VMs have no direct internet access but can communicate outbound through an authenticated HTTP/HTTPS proxy. The company's compliance policy strictly prohibits installing any software at the hypervisor level (ESXi hosts), but permits guest-level agent installations.
2. Several physical bare-metal servers running a highly customized legacy Linux kernel that does not support the installation of the AWS Application Discovery Agent.
The migration team must discover the server configurations, monitor CPU and memory utilization for right-sizing, map network dependencies (specifically active TCP connections between servers), and track the overall migration status in AWS Migration Hub. The team also wants to integrate this tracking with their existing Jira Service Management platform for change management.
Which two actions should a solutions architect recommend to satisfy these discovery and tracking requirements? (Select two.)
- Install the AWS Application Discovery Agent on the VMware VMs, configure the agents to use the authenticated HTTP/HTTPS proxy for outbound communication, and enable the Jira Service Management integration in AWS Migration Hub.Cevap
- Manually record the hardware configuration and network connections of the bare-metal servers, format the data into the standard Application Discovery Service CSV import templates, and upload them to the Migration Hub console.Cevap
- CDeploy the AWS Application Discovery Agentless Collector in the VMware environment, configure it to run network dependency scanning on the VMs via vCenter APIs, and use a custom script to run the Agentless Collector in loopback mode on the bare-metal servers.
- DInstall the AWS Application Discovery Agent directly on the VMware ESXi hosts to capture network packet flows from all VMs without VM-level installation, and import the bare-metal server data using AWS Application Migration Service (AWS MGN) replication templates.
- EConfigure AWS Application Discovery Agentless Collector to query the VMware VMs using guest OS credentials, and deploy a third-party discovery agent on the bare-metal servers that syncs directly to AWS Systems Manager Inventory to bypass Migration Hub.