AIF-C01 Practice Question: Security, Compliance, and Governance for AI Solutions
A company is using Amazon Bedrock to generate text summaries of customer emails. The compliance team requires that any email containing a Social Security Number (SSN) must be blocked from being sent to the model for summarization. Which Bedrock Guardrail configuration should be used?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Use a content policy with a PII filter set to 'Deny' for SSN
Bedrock Guardrails can be configured to filter content before it is sent to the model. PII redaction with a deny action will block the input if SSNs are detected. The guardrail is applied at invocation time.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Configure a topic restriction to block 'PII' topics
Why it's wrong here
Topic restrictions filter based on topic categories, not sensitive data patterns like SSNs.
- ✗
Enable model invocation logging and manually review all inputs
Why it's wrong here
Manual review does not meet the real-time blocking requirement.
- ✗
Add a word filter with a list of common SSN patterns
Why it's wrong here
Word filters match exact strings or regex, but PII detection is better handled by managed PII filters that understand context and format.
- ✓
Use a content policy with a PII filter set to 'Deny' for SSN
Why this is correct
Bedrock Guardrails include managed PII filters that can deny input containing specific PII types like SSNs.
Go deeper
Related to this question
About these practice questions
This AIF-C01 question is part of Courseiva's 619-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This AIF-C01 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AIF-C01 exam.