Image Content Moderation with Amazon Augmented AI and Rekognition
A company is using Amazon Bedrock to generate images. They want to ensure the outputs comply with content policies. Which TWO AWS services can help? (Choose two.)
Quick Answer
Content compliance for generated images benefits from two layers working together rather than one automated check alone. Amazon Rekognition provides the automated layer: it can scan a generated image for unsafe or inappropriate content categories and return confidence scores for each, giving the pipeline a fast, scalable first pass at flagging problem images without any human involvement for the clear-cut cases. Amazon Augmented AI (A2I) provides the second layer for everything that automated detection isn't confident about — when an image's moderation result falls below a defined confidence threshold, meaning it's ambiguous rather than clearly safe or clearly unsafe, A2I routes that specific image to a human reviewer rather than letting an uncertain automated judgment decide policy compliance on its own. This combination matters because a purely automated system either has to accept some ambiguous content as a false negative or reject some acceptable content as a false positive, while adding a human-in-the-loop step for exactly the uncertain cases catches what automation alone would get wrong without requiring every single image to be manually reviewed. Any scenario asking for content policy compliance with an accuracy bar that pure automation can't fully guarantee is describing this Rekognition-detection-plus-A2I-human-review pairing.
⚠ Common exam trap
AWS often tests the distinction between services that analyze images (Rekognition) versus text (Comprehend), and candidates may mistakenly choose Comprehend for image content moderation without recognizing it is NLP-only.
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
✓
Amazon Augmented AI (A2I)
Amazon Augmented AI (A2I) is correct because it enables human review of model predictions to ensure compliance with content policies. For image generation on Bedrock, A2I can route outputs that fall below a confidence threshold to human reviewers, providing a safety net for policy adherence.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Amazon Augmented AI (A2I)
Why this is correct
A2I enables human review of flagged images to enforce content policies.
- ✓
Amazon Rekognition
Why this is correct
Rekognition provides image moderation to detect unsafe content.
- ✗
Amazon GuardDuty
Why it's wrong here
GuardDuty is a threat detection service for AWS accounts.
- ✗
AWS WAF
Why it's wrong here
WAF protects web applications from common exploits, not image content.
- ✗
Amazon Comprehend
Why it's wrong here
Comprehend is for text analysis, not images.
Go deeper
Related to this question
About these practice questions
One of 619 original AIF-C01 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
Same concept, more angles
1 more way this is tested on AIF-C01
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. A company is using Amazon Bedrock to generate images from text prompts. They need to ensure the generated images do not contain offensive content. Which feature should be enabled?
medium- A.VPC endpoints
- B.AWS WAF
- ✓ C.Content moderation with AI
- D.IAM policies
Why C: Amazon Bedrock's content moderation with AI feature allows you to filter generated images for offensive or inappropriate content by applying predefined or custom moderation policies. This is the correct choice because it directly addresses the requirement to ensure generated images do not contain offensive material, leveraging machine learning models to detect and block such content at inference time.
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.