A healthcare provider is planning to migrate its legacy patient portal and billing system from an on-premises VMware vCenter environment to AWS. The security compliance policy strictly prohibits the installation of any software agents on the virtual machines (VMs) hosting the billing system due to regulatory constraints. However, the legacy patient portal runs on physical bare-metal Linux servers where network dependency mapping is required to identify all upstream and downstream database connections. The architect wants to centralize the discovery and track the migration status in a single dashboard.
Which of the following approaches should the Solutions Architect implement? (Select TWO.)
- Deploy the AWS Application Discovery Agentless Collector as an Open Virtualization Archive (OVA) template on VMware vCenter to discover the billing system VMs.Answer
- Install the AWS Application Discovery Agent on the physical Linux servers hosting the patient portal to collect network dependencies.Answer
- CInstall the AWS Application Discovery Agent on the billing system VMs to capture detailed disk configuration and OS process details.
- DDeploy the AWS Application Discovery Agentless Collector on the physical Linux servers to perform agentless discovery of the patient portal database dependencies.
Answer
Deploy the AWS Application Discovery Agentless Collector as an OVA template on VMware vCenter to discover the billing system VMs, and install the AWS Application Discovery Agent on the physical Linux servers hosting the patient portal.
The correct approach is to deploy the AWS Application Discovery Agentless Collector as an OVA template on VMware vCenter, and install the AWS Application Discovery Agent on the physical Linux servers. The Agentless Collector runs at the vCenter hypervisor level, which retrieves configuration and utilization data for the billing VMs without installing any software on the guest operating systems, thereby complying with security rules. The Application Discovery Agent is required on the physical servers because they are bare-metal systems, and only the agent can capture the necessary network dependency mappings for the patient portal.
Step-by-Step Solution
Key Concept
Selecting the appropriate AWS Application Discovery Service tool (Agent-based vs. Agentless Collector) based on physical vs. virtual infrastructure and compliance constraints.