A public sector transit authority is preparing to migrate its transport management and ticketing systems to AWS. The on-premises infrastructure consists of two environments:
1. A VMware vSphere cluster hosting 150 virtual machines (VMs) running x86-based CentOS and Windows Server.
2. A separate IBM Power Systems environment hosting 15 physical bare-metal servers running IBM AIX for legacy transaction processing.
The authority's security compliance policy strictly prohibits the installation of any third-party software agents on the CentOS and Windows VMs. However, the project team must perform an initial discovery phase to gather hardware specifications (CPU, RAM, and disk capacity) and utilization metrics for these VMs to size the AWS target environment. Additionally, they must inventory the physical AIX servers and consolidate all discovered resource details into AWS Migration Hub to track the migration.
Which of the following discovery strategies should the Solutions Architect implement to meet these requirements?
- Deploy the AWS Application Discovery Agentless Collector as an OVA in the VMware vCenter environment to discover the VMware VMs. For the physical AIX servers, use the AWS Migration Hub import template to manually upload a CSV file containing their inventory and configuration details.Answer
- BInstall the AWS Application Discovery Agent on the physical AIX servers to collect their configuration. Deploy the AWS Application Discovery Agentless Collector in the VMware vCenter environment to discover the VMware VMs without installing software on them.
- CDeploy the AWS Application Discovery Agentless Collector in the VMware vCenter environment and configure it to scan the network subnet of the physical AIX servers using SSH credentials to discover the AIX servers agentlessly.
- DInstall the AWS Systems Manager (SSM) Agent on both the VMware VMs and the physical AIX servers, enable SSM Inventory, and use the AWS Systems Manager integration to sync the discovered resource data directly to AWS Migration Hub.