I am following Stephane Maarek’s course as my main source to prepare for the exam.
General Information
- Author: Stephane Maarek
- Platform: Udemy
- Start date: October 2025
Exam Domains
AWS Certified AI Practitioner (AIF-C01) - Exam Domains
Notes by Section of the course
These are my notes generated following the course lesson structure.
Section 1: Artificial Intelligence & Course Introduction
- What is Artificial Intelligence (AI)?
Section 2: Code & Slide Download
— No notes —
Section 3: Introduction to AWS & Cloud Computing
— Skipped section, No notes ---
Section 4: Course Cost & Budget Setup
— No notes —
Section 5: Amazon Bedrock and Generative AI (GenAI)
- What is Generative AI?
- Amazon Bedrock Overview
- Amazon Bedrock Hands On
- Amazon Bedrock Foundation Model
- Amazon Bedrock Foundation Models Hands On
- Amazon Bedrock - Fine Tuning a Model
- Amazon Bedrock - FM Evaluation
- Amazon Bedrock - FM Evaluation - Hands On
- Amazon Bedrock - RAG & Knowledge Bases
- Amazon Bedrock - RAG & Knowledge Base - Hands On
- In this lecture, the author makes a quick demo of the feature “chat with your document” within Amazon Bedrock. He does this by simulating a complete knowledge base (because creating an actual KB takes time). The author uses a document called “The Evolution of Internet,” asks relevant questions and also irrelevant questions to show that the model only answers the information retrieved from the document and nothing else. No notes taken
- ToDo: Create and document my own demo.
- Amazon Bedrock - RAG & Knowledge Base - Complete Setup - Hands On
- In this lecture, the author demonstrates how to create a knowledge base from a PDF document. First, he creates an IAM role (he mentions that using the root user causes errors), then creates an S3 bucket where he uploads the PDF file, and then creates the knowledge base in Amazon Bedrock using Amazon OpenSearch Service, warning that it will incur a cost (he mentions that Pinecone is an alternative to keep it completely free). He then waits about 10 minutes, accesses an OpenSearch dashboard and does something I did not fully understand. After a short wait, he tests a prompt related to the document and gets a correct response that references the document. At the end, he deletes the bucket and the knowledge base.
- ToDo:
- More GenAI Concepts
- Amazon Bedrock - GuardRails
- Amazon Bedrock - GuardRails - Hands On
- Demonstration of the creation, configuration, and subsequent testing of a Guardrail in Amazon Bedrock. A topic denial (cooking recipes) and a PII filter (email masking) are created. Then, using a prompt, it is validated that the model does not respond with cooking recipes, and when sent a prompt with emails, it masks them in its final response. tolab
- Amazon Bedrock - Agents
- Amazon Bedrock - CloudWatch Integration
- Amazon Bedrock - CloudWatch Integration Hands On
- Demo on Cloudwatch logs and metrics integration (not so interesting!)
- Amazon Bedrock Pricing
- Amazon Bedrock - AI Stylist - Hands On
- Amazon Nova
Section 6: Prompt Engineering
- Section Introduction
- What is Prompt Engineering?
- Prompt Engineering Hands On
- Prompt Performance Optimization
- Prompt Performance Optimization Hans On
- Prompt Engineering Techniques
- Prompt Templates
Bitacora
- I picked it up again in October 2025, now with the goal of getting certified this year, or in January 2026.
- February 9: I’m taking too long. I’d better take notes as I go through the lessons, and then separate and connect them.
- I’ll limit myself to taking notes based on what Maarek explains, without going into further detail. There’s a reason why the author is setting that level: he knows what is necessary to pass the exam.