dc dotCreds
Reference guide

AWS AI Practitioner Course Notes

Study AWS AI Practitioner section notes, then jump straight into the guided course or related practice questions without losing your place.

Continue Course Start Practice
Checking access

Checking Pro access...

Looking for your active Pro access before showing Course Notes. This usually takes just a moment.

Course Notes preview

Unlock Pro for the full per-exam reference guide.

Preview one piece from each section. Pro includes every Course Notes section, summary, key point, common mistake, exam tip, related-question review, and PDF export.

Includes full Course Mode and Course Notes.

Section 1 AI and ML Fundamentals Preview
More in this section
  • Full summary in Pro version
  • 11 more key points in Pro version
  • 3 more common mistakes in Pro version
  • 3 more exam tips in Pro version
  • 29 more related questions in Pro version

Summary

AI and machine learning questions usually start by identifying the learning pattern. Supervised learning trains from labeled examples, unsupervised learning finds structure in unlabeled data, and reinforcement learning improves decisions through rewards from an environment. On the exam, a fraud label, churn label, or known target value points to supervised learning, while clustering similar records without labels points to unsupervised learning.

Key Points

  • Supervised Learning: Training a model from examples that include the correct answer, such as a category label or numeric target. It matters when the scenario has historical outcomes and needs prediction on new records.

Common Mistakes

  • Treating any labeled training dataset as clustering instead of supervised learning.

Exam Tips

  • Labeled outcomes point to supervised learning; unlabeled grouping points to unsupervised learning; reward-based decision improvement points to reinforcement learning.
Section 2 Generative AI and Foundation Models Preview
More in this section
  • Full summary in Pro version
  • 11 more key points in Pro version
  • 3 more common mistakes in Pro version
  • 3 more exam tips in Pro version
  • 23 more related questions in Pro version

Summary

A foundation model is a large pretrained model that can perform broad language, image, or multimodal tasks through prompting. Amazon Bedrock provides managed access to foundation models without requiring the customer to provision model infrastructure. The key exam distinction is whether the scenario needs to call an existing model, customize behavior with prompts and context, or train a separate custom model elsewhere.

Key Points

  • Foundation Model: A pretrained model that can perform many generative tasks through prompting. In AWS, Amazon Bedrock provides managed access to these models.

Common Mistakes

  • Using direct model invocation when the answer needs current or private documents retrieved through RAG.

Exam Tips

  • When an answer must use approved documents, think RAG, embeddings, retrieval, and grounding.
Section 3 Amazon Bedrock Preview
More in this section
  • Full summary in Pro version
  • 9 more key points in Pro version
  • 3 more common mistakes in Pro version
  • 3 more exam tips in Pro version
  • 22 more related questions in Pro version

Summary

Amazon Bedrock Knowledge Bases provide a managed RAG path for foundation model applications. A knowledge base connects source data, embedding generation, vector storage, retrieval, and model generation so an application can answer from controlled content. The exam often tests this against direct model invocation, where the model only sees the prompt and has no managed retrieval layer.

Key Points

  • Amazon Bedrock Knowledge Base: A managed Bedrock resource that connects data sources, embeddings, retrieval, and generation for RAG applications.

Common Mistakes

  • Choosing RetrieveAndGenerate when the application only needs retrieved passages from a knowledge base.

Exam Tips

  • Retrieve returns passages; RetrieveAndGenerate returns a model-generated answer based on retrieved passages.
Section 4 AWS AI Services Preview
More in this section
  • Full summary in Pro version
  • 7 more key points in Pro version
  • 3 more common mistakes in Pro version
  • 3 more exam tips in Pro version
  • 10 more related questions in Pro version

Summary

AWS AI service selection depends on how much control the scenario requires. Amazon Bedrock is the managed path for building generative AI applications with foundation models, while Amazon SageMaker is the broader ML platform for custom model development, training, deployment, monitoring, and MLOps. A question that asks for model training code, custom algorithms, or full ML lifecycle control usually points away from Bedrock and toward SageMaker.

Key Points

  • Amazon Bedrock: A managed service for building generative AI applications with foundation models from AWS and third-party providers.

Common Mistakes

  • Choosing SageMaker for every AI workload even when Bedrock already provides managed foundation model access.

Exam Tips

  • Bedrock is the managed foundation model service; SageMaker is the custom ML lifecycle platform.
Section 5 AI Solution Operations Preview
More in this section
  • Full summary in Pro version
  • 11 more key points in Pro version
  • 3 more common mistakes in Pro version
  • 3 more exam tips in Pro version
  • 41 more related questions in Pro version

Summary

Operating an AI solution starts with evaluation. Amazon Bedrock model evaluation helps compare model outputs against quality criteria, while human evaluation jobs bring reviewers into the process when judgment, safety, tone, or task accuracy cannot be trusted to automation alone. The exam may separate automatic evaluation from human evaluation, so watch for language about reviewers, work teams, or manual scoring.

Key Points

  • Bedrock Model Evaluation: A Bedrock capability for assessing model or application output against quality, safety, or task-specific criteria before relying on it.

Common Mistakes

  • Reading CloudTrail as model quality monitoring instead of audit history for AWS API activity.

Exam Tips

  • Bedrock model evaluation and human evaluation jobs are for assessing model output quality and safety.
Section 6 Responsible AI and Security Preview
More in this section
  • Full summary in Pro version
  • 11 more key points in Pro version
  • 3 more common mistakes in Pro version
  • 3 more exam tips in Pro version
  • 19 more related questions in Pro version

Summary

Responsible AI on AWS is tested through concrete controls, not slogans. Amazon Bedrock Guardrails can filter harmful content, block denied topics, and apply sensitive information filters so generative AI applications have runtime safety controls. These controls sit around model use; they do not replace model evaluation, identity permissions, or human review.

Key Points

  • Amazon Bedrock Guardrails: Runtime controls for Bedrock applications that can filter harmful content, denied topics, sensitive information, and other configured risks.

Common Mistakes

  • Using Bedrock Guardrails for bias measurement when SageMaker Clarify is the service for bias and explainability analysis.

Exam Tips

  • Use Bedrock Guardrails for runtime content and sensitive information filtering around foundation model apps.