AWS Certified Solutions Architect – Professional (SAP-C02) — Question 295

A company is planning to migrate several applications to AWS. The company does not have a good understanding of its entire application estate. The estate consists of a mixture of physical machines and VMs.

One application that the company will migrate has many dependencies that are sensitive to latency. The company is unsure what all the dependencies are. However the company knows that the low-latency communications use a custom IP-based protocol that runs on port 1000. The company wants to migrate the application and these dependencies together to move all the low-latency interfaces to AWS at the same time.

The company has installed the AWS Application Discovery Agent and has been collecting data for several months.

What should the company do to identify the dependencies that need to be migrated in the same phase as the application?

Answer options

Correct answer: A

Explanation

AWS Application Discovery Agent collects system and network dependency data, which can be analyzed by enabling data exploration in AWS Migration Hub to store the data in Amazon S3 and query it with Amazon Athena. Querying this dataset allows the user to filter for port 1000 traffic to identify the exact dependent servers, which can then be grouped into a move group in Migration Hub. Other options are incorrect because Network Access Analyzer is for VPC network analysis, CloudWatch agents are not deployed via Discovery Agent for this purpose, and Application Migration Service is for replication rather than discovery analysis.