AWS Certified AI Practitioner (AIF-C01) — Question 57
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 notification when policy violations occur.
Which solution meets these requirements?
Answer options
- 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.
Correct answer: C
Explanation
The correct answer is C because using Guardrails for Amazon Bedrock allows for effective filtering of content to meet privacy requirements, and Amazon CloudWatch can notify the company of any policy violations. Option A, while useful for scanning outputs, does not directly integrate with Amazon Bedrock, and options B and D do not focus specifically on preventing personal data in responses or alerting for policy violations.