Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Agentic AI Engineering on AWS
Rating: 4.3 out of 5(25 ratings)
174 students

Agentic AI Engineering on AWS

Master AI Agent Development: Gateways, RAG, MCP, Multi-Agent Systems & AWS Infrastructure
Created byRahul Sharma
Last updated 3/2026
English

What you'll learn

  • Design and build production-grade AI agents using real architecture patterns
  • Build multi-agent workflows with evaluators, orchestration, and delegation
  • Create LLM, Memory, and Retrieval Gateways for clean architecture
  • Deploy AI agents to AWS using Terraform, EKS, and Kubernetes

Course content

8 sections31 lectures3h 21m total length
  • What We're Building: The Complete Platform6:25

    Walk through the entire platform architecture end to end. You'll see how users hit the API layer, how agents run as FastAPI servers on EKS, how gateway services decouple agents from infrastructure, and how observability, security, and deployment tie it all together.

  • Setting Up Your Local Environment2:30

    Get your local development environment running. We install dependencies, configure Docker, set up the project with `docker compose up`, and verify everything works so you can follow along with the rest of the course.  Includes live terminal demo.

  • Navigating the Codebase6:15

    Tour the repository structure , the agent services, gateway services, shared core package. Understand how the folders map to the architecture and where to find every component discussed in the course.

Requirements

  • Basic knowledge of Python programming
  • Familiarity with AWS Services (IAM, EC2,EKS, or general cloud concepts)
  • Comfort using the command line and Docker

Description

AI agents are everywhere. Production AI systems are not.

Most courses stop at prompts and demos. This course teaches you how to design, build, and deploy a production-grade agentic AI platform on AWS, the same way engineering teams build real systems at scale.

Across 31 hands-on lessons, you will build a complete multi-service platform from the ground up using Python, AWS Bedrock (Claude and Titan models), Terraform, Kubernetes (EKS), FastAPI, Docker, and Helm. This is not a toy project. It is a full production system with authentication, memory, retrieval, orchestration, observability, and secure service-to-service communication, all deployed on real AWS infrastructure.

What you will build and learn:

  • Agentic AI patterns: chaining, routing, parallelization, orchestrator-worker, and evaluator-optimizer workflows using LangGraph and Strands Agents

  • Retrieval-Augmented Generation (RAG) with Bedrock Knowledge Bases, OpenSearch vector search, and a dedicated Retrieval Gateway

  • Multi-agent systems with delegation, tool use, function calling, and Model Context Protocol (MCP)

  • LLM Gateway architecture: model routing, abstraction, streaming, and cost control across Large Language Models

  • Memory and state management with PostgreSQL (Aurora), Redis (ElastiCache), and persistent agent memory

  • Observability and monitoring using OpenTelemetry, AWS X-Ray, and CloudWatch for full trace visibility across agents

  • Infrastructure as Code: provision and deploy everything with Terraform and Kubernetes (EKS) using production Helm charts

  • Prompt engineering fundamentals: chain-of-thought, few-shot examples, and structured evaluation techniques

What makes this course different:

You will not just copy code. Every architectural decision is explained, why each service exists, what trade-offs were made, and how the components fit together. You will understand how to move from a single notebook prototype to a scalable, secure, enterprise-ready AI platform.

Who this course is for:

  • Software engineers, backend developers, and DevOps/platform engineers who want to build production LLM-powered applications

  • ML engineers and data scientists moving from experimentation to production agentic AI systems

  • Technical leads and architects evaluating how to structure AI platforms for their organizations

Prerequisites:

  • Intermediate Python proficiency

  • Basic familiarity with AWS (an AWS account is needed for the labs)

  • Comfort with the command line and containers (Docker basics)

  • Basic familiarity with Kubernetes and Terraform is helpful for the deployment sections, but not strictly required

  • No prior AI/ML experience required. We cover the fundamentals before going deep

By the end of this course, you will have the skills and confidence to architect, deploy, and operate production agentic AI systems in real enterprise environments. Stop building demos. Start building production AI platforms.

Who this course is for:

  • Backend developers who want to build production AI agents
  • Cloud engineers exploring agent-based systems on AWS
  • DevOps engineers interested in AI infrastructure and orchestration
  • AI engineers moving from prototypes to production systems
  • Architects designing scalable multi-agent platforms
  • Anyone serious about building real-world AI systems, not demos