
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A hospital recently deployed a RESTful API with Amazon API Gateway and AWS Lambda. The hospital uses API Gateway and Lambda to upload reports that are in PDF format and JPEG format. The hospital needs to modify the Lambda code to identify protected health information (PHI) in the reports.
Which solution will meet these requirements with the LEAST operational overhead?
A
Use existing Python libraries to extract the text from the reports and to identify the PHI from the extracted text.
B
Use Amazon Textract to extract the text from the reports. Use Amazon SageMaker to identify the PHI from the extracted text.
C
Use Amazon Textract to extract the text from the reports. Use Amazon Comprehend Medical to identify the PHI from the extracted text.
D
Use Amazon Rekognition to extract the text from the reports. Use Amazon Comprehend Medical to identify the PHI from the extracted text.
Explanation:
Correct Answer: C
Why Option C is correct:
Why other options are incorrect:
Option A: Using existing Python libraries would require significant development effort, maintenance, and may not handle the complexity of PHI detection accurately. This has the highest operational overhead.
Option B: Amazon SageMaker requires building, training, and deploying custom machine learning models for PHI detection, which involves significant operational overhead for model development, training, and maintenance.
Option D: Amazon Rekognition is primarily for image and video analysis, not optimized for document text extraction. While it can extract text from images, Textract is specifically designed for document processing and is more accurate for this use case.
Key AWS Services:
Architecture Flow:
This solution minimizes operational overhead by leveraging fully managed AWS services that require no infrastructure management.