
Explore the fundamentals of amazon bedrock agents, implement ai agents via the bedrock console and api, and learn workflow orchestration and best practices.
Explore the course structure that pairs theory with hands-on practice, starting with fundamental concepts and then integrating practical work throughout to reinforce learning in the amazon bedrock ai agents masterclass.
Explore Amazon Bedrock as a fully managed, serverless service with a single API, offering diverse foundation models and private, enterprise-ready customization to build secure AI agents.
Explore how Amazon Bedrock enables AI for enterprises with model customization and retrieval augmented generation, while ensuring data privacy, encryption, and governance through CloudWatch, CloudTrail, and S3.
Explore Amazon Bedrock pricing and the economics of using foundation models via on-demand, batch, or provisioned throughput plans, with model inferencing, customization, and marketplace options.
Join a hands-on walkthrough of the Amazon Bedrock console, exploring foundation models, model catalogs, access requests, and an open playground for testing text, image, and multimodal models across providers.
Explore the image and video playground in Amazon Bedrock, request access to Stable Diffusion models, and generate icons and images while noting pay-by-inference pricing.
Explore how Amazon Bedrock agents orchestrate tasks using foundation models, prompts, and tools, and how observer and executor agents, memory context, and knowledge bases enable planning and transparent execution.
Understand how Amazon Bedrock Agent orchestrates tasks by combining conversation history, context, knowledge bases, and tools, using chain-of-thought planning and action groups to call APIs.
Build a simple Amazon bedrock agent from scratch in the console, choosing a foundation model and configuring instructions with a knowledge base for retrieval augmented generation.
Build and test a knowledge base for an Amazon Bedrock AI agent by creating an S3-backed vector store, uploading AWS PDFs, and validating retrieval.
Create and configure action groups in Amazon Bedrock AI Agents by adding lambda functions, defining function details or API schemas, and wiring tools to fetch time and other data.
Map the AWS Bedrock agent architecture with action groups and JSON or YAML OpenAI API schema. Trace how Lambda processes requests via API gateway to external systems and returns results.
Explore the AWS Bedrock agents architecture, with a central Bedrock agent sustained by a foundation model, an orchestration layer, knowledge bases, pluggable actions, and AWS Lambda integrations.
Explain build-time versus runtime operations in Amazon Bedrock AI agents, detailing agent preparation and versioning, deployment, invoke API, and orchestration with pre-processing, post-processing, and external data fetch via Lambda.
Discover how to create Amazon Bedrock agents, configure foundation models, roles, and prompts, connect Lambda functions and knowledge bases, and deploy with versions and aliases for secure integration with AWS.
Build and deploy a scraper agent in Amazon Bedrock with console setup, configuring a Lambda-based web scraper that fetches and cleans page content using BeautifulSoup and API schema.
Deploy the scraper agent by saving, creating an alias, attaching a version, and testing the alias to verify accurate web scraping results.
Build a Python Streamlit frontend to connect to an AWS Bedrock agent using env variables and SigV4 authentication, then crawl web content and extract main points with conversation history.
Celebrate finishing the Amazon Bedrock AI agents masterclass. Learn hands-on implementation with memory, deploy agents, and connect them via Streamlit in a secure environment to build real-world use cases.
Unlock the full potential of Amazon Bedrock Agents and learn how to build scalable, intelligent AI-powered applications—from concept to production.
This course is a hands-on, practical guide for developers, architects, and technical product managers looking to integrate advanced orchestration capabilities into their applications using Amazon Bedrock's Agent framework.
What You’ll Learn:
What Amazon Bedrock Agents are and why they’re changing how we build intelligent applications.
How to set up Bedrock Agents using both the AWS Console and the full API.
How to decompose user queries into steps, use Knowledge Bases (KBs), invoke actions, and manage dynamic flows using Agents.
Full walkthrough of the Bedrock Agent API—including invoking Agents from client applications like Streamlit.
Deep dive into multi-agent orchestration, advanced use cases, and best practices.
Final capstone project: Build and deploy a production-ready enterprise chatbot that integrates documents, databases, and APIs.
Advanced integration with Lambda, guardrails, traces, and action groups.
Gain the skills to automate business workflows, build internal tools, and power customer-facing apps with dynamic, AI-driven capabilities.
Tools & Technologies Covered:
Amazon Bedrock (Agents, KBs, API)
AWS Lambda, SAM, and Serverless deployment
Streamlit for frontend integration
API-first development with Bedrock Agents
Enterprise-level orchestration patterns
This Course Includes:
Hands-on walkthroughs using the AWS Bedrock Console and APIs
Real code examples from AWS Labs and AWS serverless blogs
Integration with Knowledge Bases, tools, and external APIs
Complete source code and templates to build your own AI workflows