An online multiplayer gaming studio is planning to migrate its hybrid game engine and account management system to AWS. The on-premises environment consists of:
* 150 virtual machines (VMs) hosted on VMware vSphere running standard CentOS and Windows Server.
* 10 bare-metal physical servers running FreeBSD for legacy matchmaking lobbies.
* 5 bare-metal physical servers running IBM AIX for legacy transaction processing.
The studio's security policy strictly prohibits installing third-party agents on any database virtual machines running on VMware. However, the studio requires deep network connection dependency mapping and process-level details for the non-database VMs on VMware to optimize the target cloud architecture. Additionally, they want to track the overall migration progress in a single dashboard, including servers migrated using a custom third-party migration tool.
Which combination of actions should the solutions architect recommend to discover this inventory and track the migration? (Select TWO.)
- Deploy the AWS Application Discovery Agent on the non-database VMware VMs to collect process-level and network connection details, and use the Application Discovery Service import process with a CSV template to import data for the bare-metal servers and database VMs.Answer
- Integrate the third-party migration tool with AWS Migration Hub by configuring the tool to call the Migration Hub APIs to publish migration status, and monitor the overall progress from the Migration Hub console.Answer
- CDeploy the AWS Application Discovery Agentless Collector on the VMware vCenter Server to collect network dependency mappings for all VMs, and configure a single non-redundant NAT Gateway in one Availability Zone to route the discovery data back to AWS.
- DInstall the AWS Systems Manager Agent (SSM Agent) and CloudWatch Agent on all VMware VMs and bare-metal servers, and use a custom CloudWatch log path pattern to scrape process dependencies and publish them to Migration Hub.
- EInstall the AWS Application Migration Service (MGN) replication agent on the bare-metal FreeBSD and IBM AIX servers to discover their configurations, and ensure TCP port 1500 is open in the on-premises firewall for the discovery traffic.