AWS Certified Generative AI – Professional (AIP-C01) — Question 6

A company is developing an internal generative AI (GenAI) assistant that uses Amazon Bedrock to summarize corporate documents for multiple business units. The GenAI assistant must generate responses in a consistent format that includes a document summary, classification of business risks, and terms that are flagged for review. The GenAI assistant must adapt the tone of responses for each user's business unit, such as legal, human resources, or finance. The GenAI assistant must block hate speech, inappropriate topics, and sensitive information such as personal health information.
The company needs a solution to centrally manage prompt variants across business units and teams. The company wants to minimize ongoing orchestration efforts and maintenance for post-processing logic. The company also wants to have the ability to adjust content moderation criteria for the GenAI assistant over time.
Which solution will meet these requirements with the LEAST maintenance overhead?

Answer options

Correct answer: A

Explanation

Option A is correct because it allows for the centralized management of prompt variants with minimal maintenance by using reusable templates and guardrails for content moderation. Options B and D involve more complex management and maintenance overhead, such as the need for API management or multiple Lambda functions. Option C introduces unnecessary complexity with AWS Step Functions and DynamoDB, which also increases maintenance efforts.