
Answer-first summary for fast verification
Answer: Use Guardrails for Amazon Bedrock to filter content. Set up Amazon CloudWatch alarms for notification of policy violations.
## Explanation **Why Option C is correct:** 1. **Guardrails for Amazon Bedrock** is specifically designed to implement safeguards for AI applications on Amazon Bedrock. It can filter out sensitive content, prevent the inclusion of personal identifiable information (PII), and enforce content policies directly at the model level. 2. **Amazon CloudWatch alarms** can be configured to monitor metrics and send notifications when policy violations occur, providing the alerting mechanism required by the company. **Why other options are incorrect:** - **Option A (Amazon Macie):** Macie is designed for discovering and protecting sensitive data in S3 buckets and other AWS storage services, not for filtering model outputs in real-time. While it can scan for sensitive data, it's not integrated with Bedrock for real-time content filtering. - **Option B (AWS CloudTrail):** CloudTrail is an auditing service that logs API calls and management events. It doesn't have built-in capabilities to detect personal information in model responses or filter content in real-time. - **Option D (Amazon SageMaker Model Monitor):** This service monitors machine learning models for data drift and quality degradation, but it's not designed for content filtering or preventing the inclusion of personal information in responses. **Key AWS Services Mentioned:** - **Amazon Bedrock:** AWS's fully managed service for building and scaling generative AI applications - **Guardrails for Amazon Bedrock:** Provides safeguards to implement responsible AI policies - **Amazon CloudWatch:** Monitoring and observability service for AWS resources - **Amazon Macie:** Data security and privacy service for discovering sensitive data - **AWS CloudTrail:** Service for governance, compliance, and auditing - **Amazon SageMaker Model Monitor:** Tool for monitoring machine learning models in production
Author: Ritesh Yadav
Ultimate access to all questions.
No comments yet.
A medical company deployed a disease detection model on Amazon Bedrock. To comply with privacy policies, the company wants to prevent the model from including personal patient information in its responses. The company also wants to receive notifications when policy violations occur.
Which solution meets these requirements?
A
Use Amazon Macie to scan the model's output for sensitive data and set up alerts for potential violations.
B
Configure AWS CloudTrail to monitor the model's responses and create alerts for any detected personal information.
C
Use Guardrails for Amazon Bedrock to filter content. Set up Amazon CloudWatch alarms for notification of policy violations.
D
Implement Amazon SageMaker Model Monitor to detect data drift and receive alerts when model quality degrades.