Responsible AI Tools on AWS

SageMaker Clarify, Model Monitor, Augmented AI, Bedrock Guardrails, and the documentation artifacts — model cards and service cards.

8 min read

The toolbox

Amazon SageMaker Clarify

Detects bias in data and models (before and after training) and explains predictions (feature importance). The go-to answer for bias/explainability questions.

Amazon SageMaker Model Monitor

Watches deployed models for drift and quality degradation, alerting when behavior changes in production.

Amazon Augmented AI (A2I)

Adds human review workflows to ML predictions — low-confidence or sensitive results get routed to people.

Amazon Bedrock Guardrails

Configurable content filters for GenAI: block harmful categories, denied topics, profanity; mask/blot PII; filter hallucinated (ungrounded) answers.

SageMaker Model Cards

Standardized documentation for YOUR models — intended use, training data, evaluation results, limitations.

AWS AI Service Cards

AWS-published transparency docs for AWS's own AI services — use cases, limitations, and responsible design considerations.

SageMaker Ground Truth

High-quality human labeling — better labels reduce label bias at the source.

Exam tip

Rapid-fire: bias detection/explainability → Clarify. Drift in production → Model Monitor. human review of predictions → A2I. filter GenAI content/PII → Bedrock Guardrails. document your model → Model Cards. transparency about AWS AI services → AI Service Cards. These six associations cover most Domain 4 service questions.

Human oversight patterns matter beyond tooling: human-in-the-loop (a person approves each consequential decision), confidence thresholds that trigger review, and clear escalation paths. For generative apps, combine Guardrails on input/output with logging (CloudTrail/CloudWatch) so behavior is auditable end to end.

Knowledge check
Question 1 of 4

Which service detects bias in training data and explains which features drove a model's predictions?