4.21 FM evaluation
Technical evaluation methods
- Benchmark datasets
- Human-in-the-loop evaluation
- Amazon Bedrock Model Evaluation
- Automated text metrics
- LLM-as-a-judge
- RAG retrieval-quality evaluation
- Agent workflow evaluation
- Safety, robustness, and adversarial testing
Text-generation metrics
| Metric |
Most relevant use |
| ROUGE |
Summary overlap compared with reference summaries |
| BLEU |
Translation-style comparison with reference text |
| BERTScore |
Semantic similarity using contextual representations |
| LLM-as-a-judge |
Model-based evaluation of qualities such as relevance or helpfulness |
| Human review |
Nuanced, regulated, high-impact, or subjective quality assessment |
Application-level evaluation
A good FM application is more than the base model.
Evaluate:
- Task completion rate
- User satisfaction
- Cost per interaction
- Response latency
- Groundedness
- Retrieval relevance
- Hallucination rate
- Correct tool usage
- Agent success and failure paths
- Escalation to humans
- User engagement
- Productivity improvement
- ROI
Exam trap
A high offline quality metric does not prove business success. Pair technical evaluation with business-alignment metrics.
Domain 4: Guidelines for Responsible AI
4.22 Responsible AI characteristics
Responsible AI includes:
- Fairness
- Inclusivity
- Robustness
- Safety
- Veracity and truthfulness
- Transparency
- Explainability
- Human-centered design
- Privacy
- Sustainability
- Accountability
4.23 Bias and fairness
Bias can arise from:
- Historical inequalities
- Unrepresentative data
- Poor labels
- Sampling problems
- Proxy variables
- Inadequate subgroup testing
- Drift after deployment
Responsible evaluation flow
- Review the use case and potential harm.
- Curate representative data.
- Test overall performance.
- Analyze subgroup performance.
- Review labels and edge cases.
- Add human review where needed.
- Monitor after deployment.
- Reassess when data, users, or business context change.
Exam trap
Overall accuracy can hide poor results for a demographic group. If the scenario mentions unequal group performance, choose subgroup analysis, fairness review, and mitigation.
4.24 Bias, variance, overfitting, and underfitting
| Concept |
Meaning |
Typical symptom |
| Bias |
Systematic error or unfair outcome |
Consistent error patterns; unequal results |
| Variance |
Model reacts too strongly to training-data variations |
Good training performance, poor generalization |
| Overfitting |
Learns training details too closely |
Weak performance on new data |
| Underfitting |
Model too simple to capture the pattern |
Weak performance even on training data |
4.25 Responsible-AI tools
| AWS service or feature |
Use |
| SageMaker Clarify |
Bias analysis and explainability support |
| SageMaker Model Monitor |
Production monitoring and drift detection |
| Amazon Augmented AI (Amazon A2I) |
Human-review workflows |
| SageMaker Model Cards |
Document intended use, limitations, risk, and evaluation details |
| Amazon Bedrock Guardrails |
Apply configurable safeguards for GenAI applications |
| Amazon Bedrock Model Evaluation |
Evaluate models and support transparent comparison |
4.26 Transparency and explainability
Use explainable and transparent approaches when:
- Decisions affect people materially.
- Regulators or auditors require justification.
- Users need a clear reason and appeal path.
- The organization must document intended use and limitations.
Human-centered explainability
Good explanations should be:
- Relevant to the affected user
- Understandable without unnecessary jargon
- Clear about the role of AI
- Honest about uncertainty and limitations
- Connected to feedback, appeal, or human-review mechanisms
4.27 Legal and trust risks
Before publishing GenAI content, consider:
- Intellectual-property claims
- Licensing restrictions
- Privacy leakage
- Biased output
- Hallucinations
- Customer trust
- Reputational harm
- End-user safety
- Inadequate disclosure
- Lack of human review for high-impact content
Sustainability rule
When two models satisfy the requirement, prefer the smaller or more efficient suitable model. Larger is not automatically better.
Domain 5: Security, Compliance, and Governance for AI Solutions
4.28 Shared responsibility
AWS secures the underlying cloud infrastructure. The customer remains responsible for choices such as:
- Data classification
- IAM policies
- Application configuration
- Access control
- Prompt and response handling
- Secure integrations
- Retention
- Residency
- Logging
- Governance processes
Managed services reduce operational burden. They do not eliminate customer responsibility.
4.29 Core security services
| Requirement |
AWS service or feature |
| Least-privilege permissions |
AWS Identity and Access Management (IAM) |
| Encrypt data at rest with managed key control |
AWS Key Management Service (AWS KMS) |
| Store and rotate secrets |
AWS Secrets Manager |
| Discover sensitive data in Amazon S3 |
Amazon Macie |
| Private connectivity to supported services |
AWS PrivateLink |
| Audit AWS API activity |
AWS CloudTrail |
| Vulnerability and unintended exposure findings for supported workloads |
Amazon Inspector |
| Config history and compliance checks |
AWS Config |
4.30 Secure data engineering
Good AI security begins before model inference:
- Assess data quality.
- Classify sensitive data.
- Apply access controls.
- Encrypt data at rest and in transit.
- Preserve data integrity.
- Document data origins.
- Minimize sensitive data sent to models.
- Apply retention and deletion policies.
- Validate retrieved content.
- Monitor data flows.
4.31 Data lineage and citations
Document:
- Where training and grounding data came from
- Who approved it
- How it was transformed
- Which model version used it
- Which source supported a generated answer
- When the source was updated
- Whether users are authorized to access it
Lineage improves trust, investigation, compliance review, and answer validation.
4.32 Securing GenAI applications
A layered pattern:
- Authenticate the user.
- Authorize access with least privilege.
- Filter or validate input.
- Protect system instructions.
- Retrieve only authorized knowledge.
- Treat retrieved text as data, not trusted instructions.
- Restrict agent tool permissions.
- Apply safeguards and output filtering.
- Validate important outputs.
- Log interactions and tool activity.
- Monitor failures, toxicity, and anomalies.
- Escalate high-risk cases to humans.
4.33 Hallucination reduction
Use several controls together:
- RAG grounding
- Current and approved knowledge sources
- Source citations
- Output validation
- Confidence scoring
- Clear prompt constraints
- Human review for high-impact decisions
- Monitoring and feedback loops
Exam trap
Grounding reduces risk but does not guarantee correctness.
4.34 Prompt injection and agent security
Agents can amplify risk because they may act on external systems.
Controls include:
- Narrow IAM permissions
- Tool allowlists
- Input validation
- Output validation
- Isolation of untrusted content
- Guardrails
- Logging
- Human approval for high-impact actions
- AgentCore Identity
- Policy in AgentCore
- Agent observability and evaluation
AgentCore memory rule
Memory improves contextual interactions but must be controlled. Store only appropriate information, separate users correctly, and avoid leaking data between sessions or tenants.
4.35 Governance and compliance services
| Need |
AWS service |
| Retrieve AWS compliance reports and agreements |
AWS Artifact |
| Collect and organize audit evidence |
AWS Audit Manager |
| Track AWS API activity |
AWS CloudTrail |
| Evaluate resource configurations and changes |
AWS Config |
| Identify vulnerabilities and exposure |
Amazon Inspector |
| Receive AWS best-practice recommendations |
AWS Trusted Advisor |
| Monitor operational metrics and logs |
Amazon CloudWatch |
4.36 Data governance
A governance policy should explicitly define:
- Data owners
- Approved sources
- Retention periods
- Deletion rules
- Data residency
- Logging
- Monitoring and observability
- Access reviews
- Review cadence
- Model and prompt versioning
- Human escalation
- Transparency expectations
- Training requirements for teams
- Incident response
- Change approval
Exam trap
“Retain everything forever” is not a sound default. Retention must reflect business, legal, privacy, and regulatory needs.
5. Service Selection Guide
5.1 Managed AI service quick map
| Scenario |
Choose |
Do not confuse with |
| Convert speech to text |
Amazon Transcribe |
Amazon Polly |
| Convert text to speech |
Amazon Polly |
Amazon Transcribe |
| Translate text between languages |
Amazon Translate |
Amazon Comprehend |
| Analyze sentiment or entities in text |
Amazon Comprehend |
Amazon Translate |
| Conversational interface with intents and slots |
Amazon Lex |
Amazon Polly |
| Detect objects and labels in images or video |
Amazon Rekognition |
Amazon Textract |
| Extract text, forms, and tables from scanned documents |
Amazon Textract |
Amazon Rekognition |
| Personalized recommendations |
Amazon Personalize |
General text generation |
| Build, train, deploy, and operate ML workflows |
Amazon SageMaker AI |
Amazon Bedrock |
| Discover pre-trained models and templates |
SageMaker JumpStart |
AWS Artifact |
| Use managed foundation models and GenAI features |
Amazon Bedrock |
Self-hosting by default |
| Use AWS foundation-model family |
Amazon Nova |
Amazon Textract |
| Ground Bedrock responses with enterprise knowledge |
Knowledge Bases for Amazon Bedrock |
Fine-tuning for changing facts |
| Store and search embeddings |
OpenSearch, Aurora, RDS for PostgreSQL, or Neptune depending on requirements |
Ordinary keyword search only |
| Build production agent infrastructure |
Amazon Bedrock AgentCore |
A single prompt template |
| Build agents with an open-source SDK |
Strands Agents |
SageMaker Model Cards |
| Agentic specification-driven coding |
Kiro |
Amazon Quick |
| Work assistant and developer or AWS assistance |
Amazon Q |
Amazon Textract |
| AI-powered work, BI, dashboards, research, and automation |
Amazon Quick |
Amazon Q Developer only |
| Agentic modernization and migration |
AWS Transform |
Generic document summarization |
5.2 Security and governance service quick map
| Scenario |
Choose |
| Grant only required actions |
IAM |
| Encrypt with managed keys |
AWS KMS |
| Store secrets securely |
AWS Secrets Manager |
| Find sensitive data in S3 |
Amazon Macie |
| Private service connectivity |
AWS PrivateLink |
| API audit history |
AWS CloudTrail |
| Resource configuration compliance |
AWS Config |
| Audit evidence collection |
AWS Audit Manager |
| AWS reports and agreements |
AWS Artifact |
| Vulnerability findings |
Amazon Inspector |
| Best-practice recommendations |
AWS Trusted Advisor |
| Metrics, logs, and operational monitoring |
Amazon CloudWatch |
5.3 Commonly confused pairs
| Pair |
Difference |
| Transcribe vs Polly |
Speech → text vs text → speech |
| Rekognition vs Textract |
General image/video analysis vs document text/forms/tables extraction |
| Translate vs Comprehend |
Translate languages vs analyze text |
| Lex vs Polly |
Conversational intent handling vs speech synthesis |
| Bedrock vs SageMaker AI |
Managed FM application building vs broad ML platform workflows |
| RAG vs fine-tuning |
Add current knowledge at inference vs change model behavior |
| Artifact vs Audit Manager |
Retrieve AWS compliance documents vs collect and organize audit evidence |
| CloudTrail vs Config |
API activity history vs configuration history and compliance |
| Macie vs KMS |
Discover sensitive S3 data vs manage encryption keys |
| IAM vs Secrets Manager |
Permissions vs secret storage and rotation |
| Clarify vs Model Cards |
Bias and explainability analysis vs documentation of model use and limitations |
| Guardrails vs human review |
Configurable safeguards vs human judgment and approval |
6. Architecture Patterns
6.1 Pattern: Simple managed AI capability
Use when one managed service directly solves the problem.
Input → Purpose-built AWS AI service → Result
Examples:
- Audio file → Amazon Transcribe → transcript
- Written text → Amazon Polly → spoken audio
- Invoice scan → Amazon Textract → extracted tables and fields
- Customer review → Amazon Comprehend → sentiment and entities
Exam rule: do not propose an FM, custom model, or complex pipeline when a purpose-built managed service directly meets the need.
6.2 Pattern: Traditional ML prediction
Historical labeled data
↓
Prepare and evaluate data
↓
Train classification or regression model
↓
Deploy suitable inference endpoint
↓
Monitor performance and drift
↓
Retrain when needed
Use for:
- Fraud-risk prediction
- Numeric forecasting
- Discrete approval categories
- Narrow regulated predictions
6.3 Pattern: RAG knowledge assistant
Approved enterprise documents
↓
Chunking
↓
Embeddings
↓
Vector-capable data store
↓
User query → query embedding → retrieve relevant chunks
↓
Add grounded context to FM prompt
↓
Generate answer with citations
↓
Validate, monitor, and collect feedback
Use for:
- Internal policy assistant
- Product-documentation chatbot
- Research assistant
- Customer support knowledge base
Security additions:
- Retrieve only content the user may access.
- Keep system instructions separate from retrieved documents.
- Treat retrieved text as untrusted input.
- Log source retrieval and response generation.
- Add human escalation for uncertain answers.
6.4 Pattern: Prompt-managed production application
Versioned prompt template
↓
Representative evaluation set
↓
Controlled release
↓
Application traffic
↓
Quality, safety, latency, and cost monitoring
↓
Rollback or improve prompt version
Use Amazon Bedrock Prompt Management when prompt changes need repeatability and governance.
6.5 Pattern: Agentic workflow
Authenticated user request
↓
Agent receives goal and context
↓
Plan and tool selection
↓
Authorized tool invocation
↓
Inspect tool output
↓
Continue, stop, or request human approval
↓
Return result with logs and traceability
Add:
- Least-privilege permissions
- AgentCore Identity and Policy where appropriate
- Tool allowlists
- Memory boundaries
- Observability
- Evaluation
- Human approvals for high-impact actions
6.6 Pattern: Responsible AI review
Use-case risk assessment
↓
Representative and curated data
↓
Technical evaluation
↓
Subgroup analysis and bias review
↓
Safeguards and human-review path
↓
Transparent documentation
↓
Production monitoring
↓
Periodic review and remediation
6.7 Pattern: Governance and auditability
Policies and ownership
↓
IAM, encryption, private connectivity, secrets
↓
Logging and configuration tracking
↓
Audit evidence and compliance documentation
↓
Retention, residency, monitoring
↓
Periodic governance review
Relevant services:
- IAM
- AWS KMS
- AWS Secrets Manager
- AWS PrivateLink
- AWS CloudTrail
- AWS Config
- AWS Audit Manager
- AWS Artifact
- Amazon CloudWatch
7. Exam Traps and Elimination Rules
7.1 Wrong-service traps
Eliminate an option when it solves a different data modality or outcome:
- Amazon Polly cannot transcribe calls.
- Amazon Transcribe cannot generate speech.
- Amazon Rekognition is not the specialist service for extracting invoice tables.
- Amazon Textract is not the general-purpose object-recognition service.
- Amazon Comprehend does not translate text.
- Amazon Translate does not analyze sentiment.
- AWS Artifact does not collect your internal audit evidence.
- AWS Audit Manager does not provide private network connectivity.
- AWS KMS does not discover sensitive content in S3.
- Amazon Macie does not create encryption keys.
7.2 Overengineering traps
Prefer a lightweight solution unless the requirement justifies complexity.
| Requirement |
Good answer |
Overengineered answer |
| Fixed exact tax rules |
Rules engine |
GenAI model |
| Frequently updated policy knowledge |
RAG |
Retrain or fine-tune every week |
| Simple prompt-format issue |
Prompt template |
Pre-train a new FM |
| Nightly forecast |
Batch inference |
Real-time endpoint |
| Sporadic traffic |
Serverless inference |
Permanently oversized capacity |
| Long-running document request |
Asynchronous inference |
Synchronous low-latency endpoint |
| Existing FM is suitable |
Managed API such as Bedrock |
Self-host everything by default |
7.3 Metrics traps
- Accuracy can be misleading with class imbalance.
- Precision matters when false positives are expensive.
- Recall matters when missing true positives is expensive.
- F1 is useful when balancing precision and recall.
- ROUGE is commonly associated with summaries.
- BLEU is commonly associated with translation.
- BERTScore reflects semantic similarity.
- Technical quality does not replace business metrics such as task completion, satisfaction, ROI, or cost per interaction.
7.4 GenAI traps
- Higher temperature increases diversity, not factuality.
- More context can hurt if it is irrelevant.
- RAG reduces hallucination risk but does not eliminate it.
- Fine-tuning changes model behavior; it is not the right tool for weekly knowledge updates.
- Agents are not automatically needed for every chatbot.
- MCP connects agents to systems; it does not remove the need for authorization.
- Memory improves context but creates privacy and isolation responsibilities.
- A bigger model is not automatically more cost-effective or responsible.
7.5 Security traps
Reject answers that:
- Grant administrator access without justification.
- Make a bucket public.
- Store secrets in prompts or source code.
- Disable logging.
- Trust retrieved text as instructions.
- Retain data forever by default.
- Ignore encryption in transit.
- Skip authorization for agent tools.
- Assume AWS owns all customer security responsibilities.
7.6 Responsible-AI traps
Reject answers that:
- Use only overall accuracy despite subgroup harm.
- Publish high-impact output with no human review.
- Assume generated content has no intellectual-property risk.
- Skip documentation.
- Treat initial evaluation as permanent.
- Select the largest model regardless of sustainability or need.
- Remove user feedback and appeal paths.
7.7 Multiple-response strategy
For multiple-response questions:
- Evaluate each option independently.
- Select only answers that directly satisfy the scenario.
- Avoid choosing a technically true but irrelevant statement.
- Watch for one correct control plus one missing-control distractor.
- Prefer layered security when the scenario involves public GenAI or agents.
7.8 Ordering strategy
Common correct order:
Define objective → choose data and approach → evaluate → deploy with controls → monitor and improve
Common incorrect orders:
- Deploy before evaluation.
- Grant broad permissions first.
- Skip data review.
- Remove monitoring.
- Add governance only after a failure.
8. Quick Memory Rules
8.1 One-line concept rules
- AI is the umbrella; ML is a subset of AI.
- Deep learning uses multi-layer neural networks.
- GenAI creates content.
- Agentic AI plans, uses tools, and performs steps.
- Category output → classification.
- Numeric output → regression.
- Unlabeled groups → clustering.
- Labels → supervised learning.
- No labels → unsupervised learning.
- Rewards and penalties → reinforcement learning.
- Scheduled predictions → batch inference.
- Immediate prediction → real-time inference.
- Long-running request with later result → asynchronous inference.
- Sporadic traffic with low endpoint-management needs → serverless inference.
- Exact deterministic rule → conventional code or rules engine.
- Frequently changing private knowledge → RAG.
- Stable style or behavior change → fine-tuning.
- Lower cost and latency with acceptable retained behavior → distillation.
- Build broad capability from huge datasets → pre-training.
- Low temperature → consistent.
- High temperature → creative.
- Repeated stable prompt prefix → consider prompt caching.
- Tools and external systems for agents → MCP is relevant.
- Production agents → identity, policy, least privilege, memory boundaries, observability, and evaluation.
- Hallucination reduction → grounding, validation, citations, confidence scoring, and human review.
- False positives expensive → precision.
- Missed positives expensive → recall.
- Need balance → F1.
8.2 One-line AWS service rules
- Speech to text → Amazon Transcribe.
- Text to speech → Amazon Polly.
- Translation → Amazon Translate.
- Sentiment and entities → Amazon Comprehend.
- Intent and slots chatbot → Amazon Lex.
- Image and video objects → Amazon Rekognition.
- Document text, forms, and tables → Amazon Textract.
- Recommendations → Amazon Personalize.
- Managed FMs and GenAI building blocks → Amazon Bedrock.
- Broad ML platform → Amazon SageMaker AI.
- Pre-trained model templates → SageMaker JumpStart.
- AWS FM family → Amazon Nova.
- Ground Bedrock with enterprise data → Knowledge Bases for Amazon Bedrock.
- Vector search → OpenSearch, Aurora, RDS for PostgreSQL, or Neptune depending on requirements.
- Open-source agent SDK → Strands Agents.
- Production agent infrastructure → Amazon Bedrock AgentCore.
- Agentic coding with specs, code, tests, and docs → Kiro.
- AI assistance for AWS or developer work → Amazon Q.
- AI-powered work, research, dashboards, BI, and automation → Amazon Quick.
- Agentic migration and modernization → AWS Transform.
- Permissions → IAM.
- Encryption keys → AWS KMS.
- Secrets → AWS Secrets Manager.
- Sensitive-data discovery in S3 → Amazon Macie.
- Private service connectivity → AWS PrivateLink.
- AWS API history → AWS CloudTrail.
- Configuration compliance → AWS Config.
- Audit evidence collection → AWS Audit Manager.
- AWS compliance reports → AWS Artifact.
- Vulnerability findings → Amazon Inspector.
- AWS best-practice recommendations → AWS Trusted Advisor.
- Bias and explainability analysis → SageMaker Clarify.
- Human review → Amazon A2I.
- Model documentation → SageMaker Model Cards.
- GenAI safeguards → Amazon Bedrock Guardrails.
9. Final Revision Notes
9.1 Highest-value comparison table
| Scenario phrase |
Think first |
| “Must always return the exact result” |
Rules-based implementation |
| “Predict whether” |
Classification |
| “Predict the amount” |
Regression |
| “Discover segments” |
Clustering |
| “While the customer waits” |
Real-time inference |
| “Overnight report” |
Batch inference |
| “May take several minutes” |
Asynchronous inference |
| “Intermittent unpredictable usage” |
Serverless inference |
| “Updated documents every week” |
RAG |
| “Ground answers in private knowledge” |
RAG + authorized retrieval |
| “Change stable tone or behavior” |
Fine-tuning |
| “Reduce latency and cost while retaining useful behavior” |
Distillation |
| “Reuse repeated context” |
Prompt caching |
| “Multiple steps and tool calls” |
Agentic AI |
| “Connect agent to tools using a standard protocol” |
MCP |
| “Secure production agents” |
AgentCore controls + IAM + validation + observability |
| “Explain why one group receives worse outcomes” |
Subgroup analysis + Clarify |
| “Low-confidence prediction needs human approval” |
Amazon A2I |
| “Document model purpose and limitations” |
SageMaker Model Cards |
| “Block harmful content patterns” |
Bedrock Guardrails |
| “Find sensitive data in S3” |
Amazon Macie |
| “API audit trail” |
CloudTrail |
| “Resource configuration compliance” |
AWS Config |
| “Collect audit evidence” |
AWS Audit Manager |
| “Download AWS compliance report” |
AWS Artifact |
9.2 April 2026 revision focus
Ensure you can recognize these additions and updates:
- Agentic AI as a foundational concept
- Asynchronous inference
- Serverless inference
- Traditional ML vs FM selection
- Token-based pricing
- Context engineering
- Multi-agent concepts
- MCP
- Tool usage, memory, and workflow orchestration
- Amazon Quick
- Kiro
- Strands Agents
- Amazon Bedrock AgentCore
- Prompt caching
- Model distillation
- Amazon Bedrock Prompt Management
- LLM-as-a-judge
- Business-alignment metrics
- Agent and workflow evaluation
- AgentCore Identity
- Policy in AgentCore
- Data leakage prevention
- Output filtering and validation
- AI interaction audit trails
- Toxicity handling
- Hallucination detection
- RAG grounding
- Confidence scoring
- AWS Transform
- Amazon Aurora as an in-scope service
9.3 Final ten-minute recall
Before ending revision, recite:
- Classification, regression, clustering.
- Batch, real-time, asynchronous, serverless inference.
- Transcribe, Polly, Translate, Comprehend, Lex, Rekognition, Textract, Personalize.
- Bedrock vs SageMaker AI.
- Tokens, chunks, embeddings, vectors.
- RAG vs fine-tuning vs pre-training vs distillation.
- Temperature and maximum output length.
- Prompt injection, jailbreaking, poisoning, MCP, memory, agent controls.
- Clarify, A2I, Model Cards, Guardrails.
- IAM, KMS, Macie, PrivateLink, CloudTrail, Config, Audit Manager, Artifact.
10. Exam-Day Checklist
Before starting
- Read every scenario for the true business requirement.
- Pay attention to words such as MOST appropriate, best fit, least operational overhead, lowest cost, regulated, real-time, and human review.
- Remember that several answers may be technically possible. Select the answer that directly meets the stated need with the fewest unnecessary components.
During the exam
- Answer every question; there is no penalty for guessing.
- Eliminate answers that solve the wrong modality or business problem.
- Eliminate unnecessary complexity.
- Prefer AWS managed capabilities when the scenario values simplicity or lower operational overhead.
- Check whether the workload needs predictions, generated content, current knowledge, or tool-using automation.
- For public GenAI or agents, look for layered safety and security controls.
- For regulated or high-impact scenarios, look for explainability, human review, documentation, and monitoring.
- For multiple-response questions, judge each option separately.
- For ordering questions, place evaluation before deployment and monitoring after deployment.
- For matching questions, use the service families to eliminate swaps.
Before submitting
- Return to unanswered questions.
- Review questions where two options remained plausible.
- Re-check directionality:
- Transcribe vs Polly
- Rekognition vs Textract
- Artifact vs Audit Manager
- CloudTrail vs Config
- Precision vs recall
- RAG vs fine-tuning
- Confirm that you did not choose a larger or more complex service without a requirement.
11. Official References
Use these AWS sources when reviewing the live exam scope:
Closing study rule
Choose the simplest suitable approach, ground GenAI answers when knowledge matters, evaluate both model quality and business value, and never treat security or responsible AI as an afterthought.