
Answer-first summary for fast verification
Answer: Set up Amazon Transcribe with PII redaction, using AWS Lambda to manage transcription jobs for uploaded audio files.
The correct answer is C. Amazon Transcribe provides a built-in feature for PII redaction, which can automatically identify and remove sensitive information from transcriptions. By setting up an Amazon Transcribe transcription job with PII redaction turned on and invoking AWS Lambda to manage the transcription process when an audio file is uploaded to S3, the company can effectively meet the requirements of capturing text and removing PII from customer voice communications. This approach leverages specialized services explicitly designed for transcription and PII redaction, making it a robust and scalable solution.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
How should a solutions architect process and secure audio files containing customer voice communications stored in Amazon S3, by capturing text and removing personally identifiable information (PII)?
A
Utilize Amazon Kinesis Video Streams alongside AWS Lambda for PII pattern scanning.
B
Employ AWS Lambda to initiate Amazon Textract analysis upon audio file upload to S3.
C
Set up Amazon Transcribe with PII redaction, using AWS Lambda to manage transcription jobs for uploaded audio files.
D
Establish an Amazon Connect contact flow for audio file ingestion with embedded AWS Lambda for PII detection, triggered by Amazon EventBridge upon S3 uploads.
No comments yet.