Domain 5 — Comprehensive Study Guide
Task Statements 5.1 · 5.2
Domain 5 is 14% of scored content — approximately 9 questions. Questions focus on matching AWS security/governance services to AI-specific problems, and understanding shared responsibility in AI contexts.
AWS Security Services · Shared Responsibility · Data Lineage · Threats · Grounding
AWS secures the infrastructure; you secure your data, access controls, model configurations, and outputs. For Bedrock: AWS maintains the FM; you configure Guardrails, IAM, VPC, and manage prompt safety.
Prompt injection and data leakage are the most-tested AI-specific threats. Know that Guardrails addresses output-layer threats; IAM + VPC address infrastructure threats; Macie addresses data-at-rest exposure.
Three layers of hallucination control: (1) RAG prevents them at generation time; (2) output validation/Guardrails catches them post-generation; (3) confidence scoring + A2I escalates uncertain cases to humans. Know all three for the exam.
AWS Governance Services · Data Governance · Protocols · GenAI Scoping Matrix
| Service | What it does | AI use case |
|---|---|---|
| AWS CloudTrail | Logs all AWS API calls with who, what, when, from where | Audit trail of all Bedrock/SageMaker calls; required for compliance investigations |
| AWS Config | Continuous configuration compliance; detects drift from policy baselines | Enforce required encryption, VPC settings on SageMaker/Bedrock resources |
| Amazon Inspector | Automated vulnerability scanning of EC2, containers, Lambda | Scan ML infrastructure (notebooks, training instances) for CVEs and misconfigs |
| AWS Audit Manager | Continuously collects evidence to map AWS usage to compliance frameworks | Map AI workloads to GDPR, HIPAA, SOC 2 controls; generate audit reports |
| AWS Artifact | On-demand access to AWS compliance reports (SOC, ISO, PCI DSS, FedRAMP) | Download AWS attestations to prove underlying infra compliance to auditors |
| AWS Trusted Advisor | Real-time guidance on cost, security, fault tolerance, and performance | Identifies over-permissive IAM policies and security gaps in AI workloads |
CloudTrail = who did what (logs). Config = are resources compliant (drift). Inspector = are there vulnerabilities (scanning). Audit Manager = evidence collection for frameworks. Artifact = AWS compliance documents. Trusted Advisor = recommendations.
Domain 5 · Key Points to Lock In
Security, Compliance & Governance for AI — Domain 5
All five domains now in your toolkit.