Q15 — AWS AIF-C01 Ch.2
Question 15 of 100 | ← Chapter 2
A healthcare company has deployed a disease detection model on Amazon Bedrock. To comply with privacy policies, the company wants to prevent patient personally identifiable information (PII) from appearing in model responses. Additionally, the company wants to receive notifications if a policy violation occurs. Which solution satisfies these requirements?
- A. Use Amazon Macie to scan model outputs for sensitive data and set alarms for potential violations.
- B. Configure AWS CloudTrail to monitor model responses and create alarms for any detected personal information.
- C. Use Amazon Bedrock Guardrails to filter content and configure Amazon CloudWatch alarms to notify on policy violations. ✓
- D. Implement Amazon SageMaker Model Monitor to detect data drift and receive alerts when model quality degrades.
Correct Answer: C. Use Amazon Bedrock Guardrails to filter content and configure Amazon CloudWatch alarms to notify on policy violations.
Explanation
Amazon Bedrock Guardrails provide built-in content filtering to proactively block PII in model outputs. Coupled with Amazon CloudWatch alarms triggered by Guardrail violation events, this solution directly fulfills both requirements: preventing PII exposure and enabling real-time notification upon policy breaches.