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 CourseStart PracticePDF downloads available in Pro.
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 1AI and ML FundamentalsPreview
More in this section
  • 4 more summary sections in Pro version
  • 11 more key points in Pro version
  • 27 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.
Section 2Generative AI and Foundation ModelsPreview
More in this section
  • 4 more summary sections in Pro version
  • 11 more key points in Pro version
  • 21 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.
Section 3Amazon BedrockPreview
More in this section
  • 4 more summary sections in Pro version
  • 9 more key points in Pro version
  • 20 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.
Section 4AWS AI ServicesPreview
More in this section
  • 4 more summary sections in Pro version
  • 7 more key points in Pro version
  • 8 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.
Section 5AI Solution OperationsPreview
More in this section
  • 4 more summary sections in Pro version
  • 11 more key points in Pro version
  • 39 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.
Section 6Responsible AI and SecurityPreview
More in this section
  • 4 more summary sections in Pro version
  • 11 more key points in Pro version
  • 17 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.