AWS Certified Machine Learning – Specialty — Question 260
A media company wants to create a solution that identifies celebrities in pictures that users upload. The company also wants to identify the IP address and the timestamp details from the users so the company can prevent users from uploading pictures from unauthorized locations.
Which solution will meet these requirements with LEAST development effort?
Answer options
- A. Use AWS Panorama to identify celebrities in the pictures. Use AWS CloudTrail to capture IP address and timestamp details.
- B. Use AWS Panorama to identify celebrities in the pictures. Make calls to the AWS Panorama Device SDK to capture IP address and timestamp details.
- C. Use Amazon Rekognition to identify celebrities in the pictures. Use AWS CloudTrail to capture IP address and timestamp details.
- D. Use Amazon Rekognition to identify celebrities in the pictures. Use the text detection feature to capture IP address and timestamp details.
Correct answer: C
Explanation
The correct choice, C, uses Amazon Rekognition, which is specifically designed for image analysis, including celebrity identification, in conjunction with AWS CloudTrail to effectively capture IP address and timestamp information. Options A and B use AWS Panorama, which is less suitable for this use case, while option D incorrectly suggests using text detection for capturing IP address and timestamp, which is not its intended purpose.