AWS Certified AI Practitioner (AIF-C01) — Question 314
A company is building a generative AI application on AWS. The application will help improve reading comprehension for students. The application must give students the ability to add illustrations to stories.
Which solution will meet this requirement?
Answer options
- A. Use Amazon Bedrock Stable Diffusion 3.5 Large to generate images based on text inputs.
- B. Use Amazon Polly to create an audiobook based on story texts.
- C. Use Amazon Rekognition to analyze image contents and detect text attributes.
- D. Create a standard prompt template. Use Amazon Q Business to illustrate stories.
Correct answer: A
Explanation
Amazon Bedrock Stable Diffusion 3.5 Large is a generative AI model designed specifically for text-to-image generation, which directly enables the creation of illustrations from story text. Amazon Polly is a text-to-speech service, and Amazon Rekognition is a computer vision service for analyzing existing images, so neither can generate new images. Amazon Q Business is a conversational assistant designed for querying and summarizing business data rather than generating creative illustrations.