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

A media company has a 30-T8 repository of digital news videos. These videos are stored on tape in an on-premises tape library and referenced by a Media Asset Management (MAM) system. The company wants to enrich the metadata for these videos in an automated fashion and put them into a searchable catalog by using a MAM feature. The company must be able to search based on information in the video, such as objects, scenery items, or people’s faces. A catalog is available that contains faces of people who have appeared in the videos that include an image of each person. The company would like to migrate these videos to AWS.

The company has a high-speed AWS Direct Connect connection with AWS and would like to move the MAM solution video content directly from its current file system.

How can these requirements be met by using the LEAST amount of ongoing management overhead and causing MINIMAL disruption to the existing system?

Answer options

Correct answer: A

Explanation

Using AWS Storage Gateway (file gateway) allows the MAM system to seamlessly write video files directly to Amazon S3 with minimal disruption, while Amazon Rekognition provides a fully managed machine learning service to detect faces and objects without managing infrastructure. Option B is incorrect because Rekognition cannot directly analyze videos on a tape gateway. Options C and D introduce significantly higher operational overhead and complexity compared to the serverless combination of S3, Lambda, and Rekognition.