
Set up your AWS account, sign in to the console using the root account, enable multi-factor authentication, and create IAM user roles to safely manage costs and security.
Create an IAM user in AWS with management console and CLI access, an auto-generated password that must be changed on first sign-in, and follow least-privilege guidance.
Learn how to respond to a hacked AWS IAM user by signing in with the root account, deleting the compromised user, and restoring secure access for your AWS Bedrock workflows.
Learn to build production‑ready multi‑agent workflows on AWS bedrock, deploying via API gateway, with a travel supervisor coordinating accommodation and restaurant agents using S3 data.
Explore how a supervisor agent coordinates restaurant lookups with a restaurant agent in a serverless AWS Bedrock workflow, using pandas and Lambda for precise queries.
Architect a multi-agent workflow on AWS Bedrock by orchestrating a supervisor, accommodation, and restaurant agents via API Gateway and Lambda, with S3-hosted data and chat-driven prompts.
Explore using AWS Bedrock builder tools to create supervisor, accommodation, and restaurant agents, and prepare to set up these agents from scratch in Bedrock.
Configure the restaurant agent in AWS Bedrock, enable multi-agent collaboration for the supervisor agent, and set up a List restaurants lambda with city and fine dine parameters.
Create an s3 bucket to store hotels, airbnbs, and restaurants csvs for your bedrock workflow, then upload the restaurants csv with name, city, and fine dining status.
Upload the restaurant CSV to an AWS S3 bucket, confirming the file is in the bucket and ready for the restaurant agent's Lambda function in the next video.
Create a lambda function for the bedrock restaurant agent, configuring S3 bucket and restaurant.csv, extract parameters into a dictionary, and enable a pandas layer to read the csv.
Finish implementing the restaurant agent's lambda function by loading a CSV into a dataframe, normalizing city and fine dining fields, applying filters, and returning JSON with error handling.
Test the restaurant agent in AWS Bedrock by interacting with the lambda-backed service, reviewing configurations, tracing steps, fixing S3 access, and debugging common errors, including timeout settings.
Design and deploy an AWS Bedrock accommodation agent that selects hotels or Airbnbs using location, pets, pool, and sauna filters, with lambda functions and S3 data.
Upload hotel and Airbnb csv files to the same s3 bucket as the restaurants csv to prepare data for refining the accommodation agent Lambda function.
Build a lambda function action group for the accommodation agent that reads hotel and Airbnb csvs from s3 and applies location, pets, pool, and sauna filters.
Finish the accommodation agent by refining a pandas-based lambda to normalize data, apply dynamic filters, and output JSON for the Bedrock model, with S3 access and deployment steps.
Test and debug the accommodation agent in bedrock, validating hotel and Airbnb searches, pet-friendly options, pools and saunas, and the supervisor agent orchestration.
Create and test a supervisor agent that orchestrates multi-agent collaboration with restaurant and accommodation collaborators on AWS Bedrock, enabling history sharing, precise routing, and final responses.
Clarify how collaborator instructions guide the supervisor agent to route to accommodation or restaurant agent. Avoid treating collaborators as separate agents; provide detailed instructions to improve accuracy and reduce hallucinations.
Observe how the enhanced UI in Bedrock supervisor demonstrates multi-agent collaboration with a trace timeline, revealing when the supervisor, restaurant, and accommodation agents run and for how long.
Want to build AI applications where multiple agents collaborate, remember users, and run in production? This course takes you from multi-agent fundamentals to deploying intelligent, memory-enabled agents on AWS Bedrock and AgentCore.
You'll build a fully operational travel planner where Supervisor Agents coordinate tasks while Collaborator and Helper Agents handle database lookups, API calls, and travel preferences on your behalf. You'll also build a personal assistant agent with live web search powered by DuckDuckGo — capable of fetching real-time information and responding with up-to-date answers.
What You'll Learn:
Multi-Agent Design — When to break tasks into specialized agents, how to handle inter-agent communication, and how to ensure seamless collaboration
AWS Bedrock LLMs — Customize prompt templates, override parameters, and optimize AI output using foundation models
Serverless Deployment — Store data in S3, build with Lambda Action Groups, and deploy via API Gateway for live, scalable requests
AgentCore Runtime — What Amazon Bedrock AgentCore is and how to deploy and run agents at scale on purpose-built infrastructure
Web Search Agents — Build agents using the Strands framework with Claude Haiku that search the web in real time via DuckDuckGo
Short-Term Memory — Track conversation context within a session using AgentCore's get_last_k_turns
Long-Term Memory — Configure extraction strategies that automatically capture Semantic facts, User Preferences, and Session Summaries — so your agents remember users across sessions
Understanding the AWS agent harness and runtime architecture
Swarm-based agent collaboration
Graph-based workflows
Agents as Tools
Agent-to-Agent communication
By the End of This Course, You Will Be Able To:
Orchestrate Supervisor, Collaborator, and Helper Agents for real-world scenarios
Deploy agents on AgentCore Runtime with production-grade infrastructure
Build agents that search the web and respond with live information
Give agents short-term and long-term memory that persists across sessions
Deliver dynamic, personalized recommendations powered by multi-agent AI
Choosing the right multi-agent pattern for your use case
Whether you're an aspiring AI developer or a seasoned engineer — this course gives you the hands-on skills to build agents that don't just respond, but remember, personalize, and improve over time. Join us and start building the next generation of AI with AWS Bedrock and AgentCore.