AWS Certified Machine Learning – Specialty — Question 130

A library is developing an automatic book-borrowing system that uses Amazon Rekognition. Images of library members' faces are stored in an Amazon S3 bucket.
When members borrow books, the Amazon Rekognition CompareFaces API operation compares real faces against the stored faces in Amazon S3.
The library needs to improve security by making sure that images are encrypted at rest. Also, when the images are used with Amazon Rekognition. they need to be encrypted in transit. The library also must ensure that the images are not used to improve Amazon Rekognition as a service.
How should a machine learning specialist architect the solution to satisfy these requirements?

Answer options

Correct answer: A

Explanation

Option A is correct as it ensures that images are encrypted at rest through server-side encryption and allows the library to opt out of using their images for service improvements by contacting AWS Support. The other options either do not address the encryption requirements adequately or suggest alternative methods that do not meet all specified security needs.