Ultimate access to all questions.
A hospital has implemented a RESTful API using Amazon API Gateway and AWS Lambda for uploading PDF and JPEG reports. They require a Lambda function update to detect protected health information (PHI) within these reports. What is the solution with minimal operational overhead for this requirement?
Explanation:
Option C is the correct answer. Amazon Textract is a service that automatically extracts text and data from scanned documents, which is ideal for handling PDF and JPEG reports. Amazon Comprehend Medical is specifically designed to identify medical information, including PHI, from text. This combination meets the requirement to identify PHI with the least operational overhead because it leverages AWS services specifically tailored for text extraction and medical data processing, thereby minimizing the need for custom code and manual intervention.