Q74 — AWS AIF-C01 Ch.3

Question 74 of 100 | ← Chapter 3

A developer is building a web application for podcast hosts to summarize podcast episodes. First, podcast hosts must upload transcripts of podcast episodes to the web application. Then, podcast hosts receive an email containing two summaries of the podcast episode. Podcast hosts will use these summaries to promote content on social media. Which AWS service meets these requirements?

Correct Answer: D. Amazon Bedrock

Explanation

The described workflow involves transcript ingestion, summarization, and email delivery — requiring orchestration across speech-to-text, natural language understanding, and generative capabilities. While Amazon Transcribe handles transcription and Amazon Comprehend offers basic NLP, only Amazon Bedrock provides a unified, managed platform capable of integrating foundation models for summarization and triggering downstream actions (e.g., email via integrations). Thus, Amazon Bedrock best supports this end-to-end summarization and notification workflow.