
AWS Certified Solutions Architect - Associate
Get started today
Ultimate access to all questions.
A hospital seeks to digitize its extensive historical records, with daily additions of hundreds of new documents. The scanned documents will be uploaded to AWS. The architect's task is to implement a scalable, efficient solution for analyzing, extracting medical data, and enabling SQL query capability on the stored documents. Which two-step combination best meets these criteria?
A hospital seeks to digitize its extensive historical records, with daily additions of hundreds of new documents. The scanned documents will be uploaded to AWS. The architect's task is to implement a scalable, efficient solution for analyzing, extracting medical data, and enabling SQL query capability on the stored documents. Which two-step combination best meets these criteria?
Explanation:
The correct steps to meet the hospital's requirements are B and E. Option B recommends storing documents in an Amazon S3 bucket and using Amazon Athena for querying the data, which maximizes scalability and operational efficiency as S3 is a highly scalable storage service, and Athena provides serverless SQL querying capabilities. Option E suggests creating an AWS Lambda function that triggers on document uploads, using Amazon Textract to convert the documents to raw text and Amazon Comprehend Medical to extract relevant medical information. This approach leverages fully managed, scalable AWS services specifically designed for text extraction and medical information processing.