Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
The Ultimate AWS MLOps Bootcamp: With Continuous Retraining
Hot & New
New
Rating: 4.7 out of 5(4 ratings)
136 students

The Ultimate AWS MLOps Bootcamp: With Continuous Retraining

Build a production MLOps pipeline with SageMaker, Bedrock, CloudWatch, API Gateway, auto-labeling, gated deployment+more
Created byPatrik Szepesi
Last updated 6/2026
English

What you'll learn

  • Fine-tune a Vision Transformer (ViT) image classifier using Hugging Face on AWS SageMaker
  • Build Profesional Production Ready Sagemaker Pipelines
  • Understand the full MLOps lifecycle: train → deploy → monitor → evaluate → gate → promote → repeat
  • Stage datasets to S3 and feed them into training via SageMaker input channels
  • Build Monitoring Dashboards
  • Evaluate model accuracy and F1 score during training
  • Configure and run managed SageMaker training jobs with GPU instances
  • Save production-ready model artifacts with embedded inference code
  • Deploy a real-time SageMaker endpoint from a trained model artifact
  • AWS Bedrock Guardrails, Quotas, Inference Profiles, Inference Configuration, Model Providers, LLMs, Pricing
  • Invoke a live endpoint with Sagemaker, Lambda and API Gateway
  • Enable endpoint data capture to log every request and response to S3
  • Build a CloudWatch dashboard tracking model confidence, low-confidence rate, and retraining activity
  • Orchestrate Multi Step Machine Learning Pipelines
  • Build a safe auto-labeling pipeline with validation, error handling, and audit records
  • Build an API Lambda + API Gateway that serves predictions and captures low-confidence examples
  • Batch low-confidence examples and trigger an automated retraining run
  • Implement a full continuous-improvement loop that runs hands-off in production
  • Design a serverless inference API with API Gateway and Lambda
  • Wire SageMaker, Bedrock, Lambda, S3, CloudWatch, and API Gateway into one cohesive system
  • Apply IAM roles and permissions across the full MLOps stack
  • Understand the ML Lifecycle
  • Train Image Classifiers with AWS' Nvidia GPUs
  • Use HuggingFace Models in Sagemaker
  • AWS Pricing

Course content

11 sections75 lectures11h 32m total length
  • Course Syllabus12:36
  • How The Retrain Pipeline Gets Kicked Off Demo5:16
  • Github Source Codes0:02

Requirements

  • Basic Python skills
  • AWS Account

Description

Complete MLOps on AWS: SageMaker, Bedrock & Automated Retraining

Most machine learning courses teach you to train a model and call it done. This course starts where those leave off.

You will build a complete, production-grade MLOps system on AWS from scratch — a self-improving recycling image classifier that trains, deploys, monitors, and retrains itself automatically. Every component is real, every line of code runs in your AWS account, and by the end you have a working closed-loop pipeline that would hold up in a professional environment.

The course opens with a thorough introduction to Amazon Bedrock — model providers, the Bedrock playground, inference profiles, guardrails, and LLM inference configuration — so you understand the foundation before using Claude as an auto-labeling engine inside the retraining loop.

From there you fine-tune a Vision Transformer on SageMaker, deploy it to a live real-time endpoint with data capture enabled, and build a CloudWatch dashboard that tracks model confidence and retraining activity in real time. You then wire up an API Gateway and Lambda function that serves predictions to the outside world, detects low-confidence outputs, and automatically saves those weak cases to S3 for review.

The centerpiece of the course is the SageMaker Pipeline: a multi-step workflow that retrains the model on new Bedrock-labeled data, compares the candidate against the model currently in production, and uses a condition step to gate deployment — the new version ships only if it genuinely beats what is already live. Every model version is tracked, every deployment decision is logged, and the whole system runs without manual intervention.

This is the complete MLOps lifecycle — train, deploy, monitor, evaluate, gate, promote, and repeat — built piece by piece so you understand exactly how every part fits together.

Who this course is for:

  • Machine Learning Engineers
  • Devops Engineers
  • Full Stack Developers
  • Data Analysts
  • Data Scientists
  • Data Engineers
  • Backend Engineers
  • Mlops Engineers
  • Cloud Architects