A logistics company is preparing to migrate its on-premises VMware vCenter environment to AWS. The security compliance policy strictly prohibits the installation of any local software agents or third-party monitoring utilities on production virtual machines. The solutions architect needs to perform an initial discovery of virtual machine configurations and resource utilization (CPU, memory, and disk) to generate sizing recommendations in AWS Migration Hub. Which of the following discovery configurations should the solutions architect implement to satisfy the compliance policy and collect the necessary data?
- Deploy the AWS Application Discovery Agentless Collector as a virtual appliance in the VMware environment to collect configuration and utilization metadata.Answer
- BInstall the AWS Application Migration Service (MGN) replication agent on each production virtual machine to continuously discover dependencies and track resource utilization.
- CConfigure AWS Database Migration Service (DMS) with Change Data Capture (CDC) on the database servers to dynamically discover and map application dependencies.
- DExecute the AWS Schema Conversion Tool (SCT) to perform a replatforming assessment of the entire application virtual machine fleet and export the results to AWS Migration Hub.
Answer
Deploy the AWS Application Discovery Agentless Collector as a virtual appliance in the VMware environment to collect configuration and utilization metadata.
The correct answer is correct because the AWS Application Discovery Agentless Collector is deployed as a VMware OVA virtual appliance. It communicates directly with VMware vCenter to collect VM-level metadata, configuration, and performance history without installing any software inside the guest operating systems, satisfying the compliance requirement. The other options either require agent installation or are incorrect services for general server discovery.
Step-by-Step Solution
Key Concept
AWS Application Discovery Agentless Collector vs. Agent-based discovery under security constraints
Estimated Time:1m 0s