
Explanation:
Correct Answer: B
Amazon Bedrock Prompt Management is specifically designed for managing prompt templates with version control, approval workflows, and audit trails. Here's why option B meets all requirements:
A: Amazon Bedrock Studio doesn't provide the robust governance features needed. CloudWatch is for monitoring, not governance workflows. DynamoDB and Lambda would require custom implementation.
C: AWS Step Functions could create workflows, but S3 tags are not proper version control. This would be a custom solution lacking the integrated governance features.
D: Amazon SageMaker Canvas is for no-code ML, not prompt management. CloudFormation is for infrastructure as code, not prompt versioning. AWS Config is for resource compliance, not approval workflows.
This solution provides a fully integrated, managed service specifically designed for prompt governance, eliminating the need for custom implementations that would be complex to maintain and scale.
Ultimate access to all questions.
No comments yet.
A media company must use Amazon Bedrock to implement a robust governance process for AI-generated content. The company needs to manage hundreds of prompt templates. Multiple teams use the templates across multiple AWS Regions to generate content. The solution must provide version control with approval workflows that include notifications for pending reviews. The solution must also provide detailed audit trails that document prompt activities and consistent prompt parameterization to enforce quality standards.
Which solution will meet these requirements?
A
Configure Amazon Bedrock Studio prompt templates. Use Amazon CloudWatch dashboards to display prompt usage metrics. Store approval status in Amazon DynamoDB. Use AWS Lambda functions to enforce approvals.
B
Use Amazon Bedrock Prompt Management to implement version control. Configure AWS CloudTrail for audit logging. Use AWS Identity and Access Management policies to control approval permissions. Create parameterized prompt templates by specifying variables.
C
Use AWS Step Functions to create an approval workflow. Store prompts in Amazon S3. Use tags to implement version control. Use Amazon EventBridge to send notifications.
D
Deploy Amazon SageMaker Canvas with prompt templates stored in Amazon S3. Use AWS CloudFormation for version control. Use AWS Config to enforce approval policies.