Amazon Bedrock Guide (2026) | Complete Guide to AWS Generative AI Platform
Introductionβ
Amazon Bedrock is AWSβs fully managed generative AI service that provides secure, enterprise-grade access to foundation models (FMs) from leading AI providers through a unified API. Bedrock is AWSβs control plane for enterprise AIβbundling the model catalog, higher-level building blocks (Agents, Knowledge Bases, Guardrails, Prompt Management), and tight integration with the rest of AWS (IAM, KMS, VPC endpoints, CloudWatch, CloudTrail).
By 2026, Bedrock has evolved from a model gateway into a comprehensive enterprise AI platform. It offers roughly 100 serverless models from Amazon, Anthropic, Meta, Mistral, Cohere, and othersβincluding Claude Sonnet 4.6 and Opus 4.6, the Amazon Nova family, and open-weight options. The platform now includes Bedrock Agents for multi-step task automation, Knowledge Bases for managed RAG pipelines, Guardrails for responsible AI controls, Custom Model Import for bringing your own models, and AgentCore as a managed agent runtime.
This guide covers everything from Bedrockβs architecture and model catalog to its agentic capabilities, RAG pipelines, safety controls, pricing, and enterprise use cases.
What Is Amazon Bedrock?β
Amazon Bedrock is a fully managed service that offers a choice of high-performing foundation models from leading AI companies through a single serverless API. It abstracts away the complexity of managing inference infrastructure, allowing developers to build and scale generative AI applications without provisioning GPUs or managing model deployments.
Key Characteristicsβ
| Characteristic | Description |
|---|---|
| Fully managed | No infrastructure to provision or manage |
| Serverless | Pay only for what you use, no minimum commitment |
| Unified API | One API for all supported models |
| Enterprise security | IAM, KMS encryption, VPC endpoints, CloudTrail logging |
| AWS-native | Deep integration with AWS services |
| Model diversity | ~100 models from multiple providers |
The Bedrock Architectureβ
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β Application Layer β
β (Lambda, ECS, EKS, EC2) β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β Amazon Bedrock β
β βββββββββββββββ βββββββββββββββ βββββββββββββββ β
β β Agents β β Knowledge β β Guardrails β β
β β β β Bases β β β β
β βββββββββββββββ βββββββββββββββ βββββββββββββββ β
β βββββββββββββββ βββββββββββββββ βββββββββββββββ β
β β Model β β Prompt β β Evaluation β β
β β Evaluation β β Management β β β β
β βββββββββββββββ βββββββββββββββ βββββββββββββββ β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β Foundation Models β
β Anthropic β Amazon Nova β Meta Llama β Mistral β Cohere β
β AI21 β Stability β DeepSeek β MiniMax β GLM β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Supported Foundation Modelsβ
As of 2026, Bedrock offers roughly 100 serverless models across multiple providers.
Model Providersβ
Anthropic Claude β The Claude family (Sonnet, Opus, Haiku) is the most common choice for agents due to strong tool use, long context handling, and document reasoning. Claude Sonnet 4.6 is available at $3.30/$16.50 per MTok.
Amazon Nova β Amazonβs own foundation model family covering multiple tiers:
- Nova Premier ($2.50/$12.50 per MTok) β Most capable
- Nova Pro ($0.80/$3.20 per MTok) β Balanced performance
- Nova Lite ($0.06/$0.24 per MTok) β Cost-effective
- Nova Micro ($0.035/$0.14 per MTok) β Lowest latency
- Nova Canvas β Image generation
- Nova Reel β Video generation
- Nova Sonic β Speech understanding
Meta Llama β Open-weight options for cost-sensitive workloads or fine-tuning. Llama 3.1 405B: $5.32/$16.00 per MTok.
Mistral AI β Strong European option for multilingual workloads. Mixtral 8Γ7B: $0.59/$0.91 per MTok.
Cohere β Command R+ tuned for RAG and tool use. Command Text v14: $1.50/$2.00 per MTok.
AI21 Labs β Jamba hybrid Mamba-Transformer architecture with long context.
Stability AI β Image generation models.
Additional models β DeepSeek V3.2, MiniMax M2.1, GLM 4.7, Kimi K2.5, Qwen3 Coder Next.
Model Selection Strategyβ
Bedrockβs strength is model diversity in one integrationβroute classification to Nova Micro, extraction to Nova Lite, and complex reasoning to Claude Sonnet 4.6 from the same codebase. Switching models is a parameter change, not a re-architecture.
Core Featuresβ
1. Bedrock Agentsβ
Amazon Bedrock Agents uses the reasoning of foundation models, APIs, and data to break down user requests, gather relevant information, and efficiently complete tasksβfreeing teams to focus on high-value work.
How agents work: You define a base foundation model, an instructions prompt defining the agentβs role and constraints, one or more action groups (backed by Lambda functions with OpenAPI schemas), optional Knowledge Base attachments for retrieval, and optional session memory. At runtime, the agent receives a user prompt, plans steps, calls tools through action groups, and composes a final response.
Key capabilities:
- Multi-agent collaboration: Multiple specialized agents work together under a supervisor agent
- Memory retention: Agents remember historical interactions for personalized experiences
- Code interpretation: Dynamically generate and execute code in a secure environment
- RAG integration: Securely connect to company data sources
2. Amazon Bedrock AgentCoreβ
AgentCore is a managed runtime platform for building, connecting, and optimizing agents at scale. It runs the orchestration loop, executes tools, manages the context window, persists state, and isolates each session.
Key capabilities introduced in 2026:
- Three knowledge layers: Organizational (Managed Knowledge Base), web (Web Search), and paid knowledge
- Managed harness: Production-grade agent runtime with dynamic scaling
- Model flexibility: Choose any model and switch providers mid-session
- Web Search: Ground agents in current, accurate web knowledge
- Guardrails integration: Enforce controls that scale as agents grow more capable
3. Knowledge Bases (Managed RAG)β
Amazon Bedrock Knowledge Bases provide managed RAG pipelines that give foundation models and agents contextual information from private data sources for more relevant, accurate, and customized responses.
Managed Knowledge Base (GA June 2026) abstracts away the complexity of building and managing RAG pipelines, allowing developers to focus on business outcomes rather than infrastructure management.
Key features:
- Native data connectors: Six pre-built ingestion connectors for Amazon S3, SharePoint, Confluence, Web Crawler, Google Drive, and OneDrive
- Smart Parsing: Automatically selects the right parsing strategy for each data type
- Agentic Retriever: Multi-turn, multi-hop retrieval across one or multiple knowledge bases
- Multimodal support: RAG for images, audio, and video
S3 Vectors integration: Knowledge Bases on S3 Vectors collapses retrieval-layer economics by an order of magnitude for storage-bound workloads. One user reported paying βcents per day instead of $700/month minimumβ.
4. Guardrails (Responsible AI)β
Amazon Bedrock Guardrails provides a policy layer that sits between your application and any model in the catalog. A single guardrail applies the same rules across Claude, Llama, Nova, and Mistral.
Key capabilities:
- Content filters: Detect and filter harmful content across hate, violence, sexual, insults, and misconduct categories
- Prompt attack detection: Identify jailbreak, prompt injection, and prompt leakage
- Sensitive information filters: Detect supported PII entity types
- Denied topics: Define topics the model should not discuss
Automated Reasoning checks (June 2026) use formal verification techniques to validate AI model outputs with mathematical rigor, delivering up to 99% accuracy in detecting correct responses. This makes AWS the first major cloud provider to integrate automated reasoning in generative AI offerings.
InvokeGuardrailChecks API (June 2026) provides granular, per-request control over which safeguards to run at each step of your agent loop.
5. Custom Model Importβ
Custom Model Import enables the import and use of customized models alongside existing foundation models through a single serverless, unified API. You can leverage native Bedrock toolingβKnowledge Bases, Guardrails, and Agentsβwith imported custom models.
Supported variants include DeepSeek-R1-Distill-Llama-8B and 70B.
6. Model Evaluationβ
Bedrock provides tools for comparing model performance through human evaluation and automated evaluation, helping you select the right model for your use case.
Enterprise Use Casesβ
Enterprise Chatbots & Knowledge Assistantsβ
Build secure, RAG-powered chatbots that answer questions from internal documents. Bedrock Agents with Knowledge Bases retrieve and synthesize information from enterprise data sources.
Customer Support Automationβ
Agents can classify tickets, retrieve knowledge base articles, and draft responses. With Guardrails and session memory, agents provide consistent, personalized support.
Software Development Assistanceβ
Bedrock supports OpenAI GPT-5.5, GPT-5.4, and Codex models, enabling code generation, review, and debugging within the AWS ecosystem.
Document Intelligenceβ
Process and analyze documents at scale using RAG pipelines with Smart Parsing for different content types.
Business Process Automationβ
Multi-agent collaboration enables multiple specialized agents to work together on complex workflows under a supervisor agent.
Regulated Workloadsβ
Guardrails, CloudTrail logging, VPC endpoints, and IAM-scoped model access support compliance requirements.
Amazon Bedrock Pricingβ
Bedrock pricing has five or six moving parts that are not obvious until you have lived through a billing cycle. The service charges through four core modes:
On-Demand Pricingβ
Pay per 1,000 input tokens, per 1,000 output tokens, per image, or per second of generated video. No commitment, no minimum.
Example rates (June 2026):
| Model | Input (per MTok) | Output (per MTok) |
|---|---|---|
| Claude Sonnet 4.6 | $3.30 | $16.50 |
| Nova Premier | $2.50 | $12.50 |
| Nova Pro | $0.80 | $3.20 |
| Nova Lite | $0.06 | $0.24 |
| Nova Micro | $0.035 | $0.14 |
| Llama 3.1 405B | $5.32 | $16.00 |
| Cohere Command v14 | $1.50 | $2.00 |
Rates vary by regionβverify current pricing at the official Amazon Bedrock Pricing page.
Provisioned Throughputβ
Reserve dedicated capacity for a specific model, billed hourly whether used or not. Requires 1-month or 6-month commitments. Rates range from ~$21/hour (Meta Llama) to ~$50/hour (Stability AI).
Batch Inferenceβ
Run asynchronous jobs at 50% off the On-Demand rate.
Prompt Cachingβ
Cache repeated input context (system prompts, large knowledge snippets) and pay up to 90% off the input-token portion.
Additional Costsβ
- Knowledge Bases vector storage: OpenSearch Serverless carries a ~$350/month minimum
- Bedrock Guardrails: $0.15 per 1,000 text units
- Bedrock Flows: $0.035 per 1,000 visual node transitions
Cost Optimizationβ
The single biggest lever is model routing: send simple requests to Nova Lite ($0.06/MTok) or Nova Micro ($0.035/MTok), and reserve Claude Sonnet 4.6 or Nova Premier only for queries that need it.
Amazon Bedrock vs Other Enterprise AI Platformsβ
Amazon Bedrock vs Azure AI Foundryβ
| Dimension | AWS Bedrock | Azure AI Foundry |
|---|---|---|
| Model ecosystem | ~100 models, widest open-source coverage | OpenAI partnership, HuggingFace models |
| Best for | AWS-native teams | Microsoft 365 teams |
| Identity | IAM | Entra ID |
| Agent runtime | AgentCore | Agent Service |
Amazon Bedrock vs Google Vertex AIβ
| Dimension | AWS Bedrock | Google Vertex AI |
|---|---|---|
| Best for | Model breadth and EU options | Gemini and long context |
| Agent runtime | AgentCore | Vertex AI Agent Engine |
Amazon Bedrock vs Amazon SageMakerβ
| Dimension | Bedrock | SageMaker |
|---|---|---|
| Purpose | Managed foundation models | Full ML lifecycle |
| Customization | Fine-tuning, Custom Model Import | Full model training |
| Target users | Application developers | ML engineers, data scientists |
Best Practicesβ
1. Choose the Right Modelβ
Start with Nova Lite or Nova Micro for simple tasks. Use Claude Sonnet 4.6 or Nova Premier for complex reasoning. Switch models via parameter change.
2. Use Knowledge Bases for Enterprise RAGβ
Let Managed Knowledge Base handle ingestion, chunking, embedding, and retrieval. Use S3 Vectors for cost-sensitive workloads.
3. Apply Guardrails in Productionβ
Deploy Guardrails with content filters, denied topics, and PII detection. Use the InvokeGuardrailChecks API for granular control.
4. Monitor Inference Costsβ
Track token usage by model. Route simple requests to smaller models to cut spend significantly.
5. Implement Least-Privilege IAMβ
Each tool call runs under an IAM role you control, so the agent never sees credentials or services it is not authorized for.
6. Use AgentCore for Production Agentsβ
Let AgentCore handle orchestration, state management, and scaling. Use Web Search and Managed Knowledge Base for broader knowledge access.
7. Optimize Prompts Before Fine-Tuningβ
Test prompt engineering before investing in model customization.
Frequently Asked Questionsβ
What is Amazon Bedrock?β
Amazon Bedrock is AWSβs fully managed service providing access to foundation models from Amazon, Anthropic, Meta, Mistral, and others for building generative AI applications.
Which models does Bedrock support?β
Bedrock offers roughly 100 serverless models including Anthropic Claude, Amazon Nova, Meta Llama, Mistral, Cohere, AI21, Stability AI, DeepSeek, and more.
What are Bedrock Agents?β
Bedrock Agents wrap a model with planning, tool use, and optional memory to automate multi-step tasks by connecting with company systems, APIs, and data sources.
What are Knowledge Bases?β
Knowledge Bases provide managed RAG pipelines, giving agents contextual information from private data sources for more accurate responses. Managed Knowledge Base became GA in June 2026.
What are Guardrails?β
Guardrails provide a policy layer for content filtering, prompt attack detection, PII protection, and automated reasoning checks.
How does Bedrock differ from SageMaker?β
Bedrock is for managed foundation models with pay-per-token pricing. SageMaker is for full ML lifecycle including custom model training and deployment.
Is Bedrock suitable for enterprise AI?β
Yes. Bedrock offers enterprise security (IAM, KMS, VPC), compliance features (Guardrails, CloudTrail), and deep AWS integration.
Can Bedrock build RAG applications?β
Yes. Bedrock Knowledge Bases provide managed RAG with native connectors, Smart Parsing, and Agentic Retriever.
Related Amazon Bedrock Guidesβ
- [Amazon Bedrock Tutorial]
- [Amazon Bedrock Pricing Guide]
- [Amazon Bedrock Agents Guide]
- [Amazon Bedrock Knowledge Bases Guide]
- [Amazon Bedrock Guardrails Guide]
- [Amazon Bedrock API Guide]
Related AI Tool Guidesβ
- Azure AI Foundry Guide
- Google Vertex AI Guide
- OpenAI Agents SDK Guide
- LangChain Guide
- LangGraph Guide
- Dify AI Guide
Related Categoriesβ
Related Vendorsβ
Conclusionβ
Amazon Bedrock has evolved from a model gateway into a comprehensive enterprise AI platform. By 2026, it offers roughly 100 serverless models, managed Agents for multi-step automation, Knowledge Bases for RAG, Guardrails for responsible AI, and AgentCore as a production runtime for agents.
The platformβs key strengthsβmodel diversity, AWS-native security, managed infrastructure, and enterprise governanceβmake it the natural choice for organizations already on AWS. The addition of Managed Knowledge Base (June 2026), AgentCore with Web Search and three knowledge layers, and Automated Reasoning checks in Guardrails positions Bedrock as one of the most comprehensive enterprise AI platforms available.
When to choose Bedrock:
- Your team already runs on AWS
- You need multiple foundation models behind one API
- You require enterprise security, compliance, and governance
- You want managed RAG, agents, and guardrails without building from scratch
When to consider alternatives:
- Azure AI Foundry: If your team lives in Microsoft 365
- Google Vertex AI: If you need Gemini deep integration
- Self-hosting: If you have steady, high-volume workloads and want lower per-token costs
For AWS-native teams building production generative AI applications, Bedrock provides the most complete, secure, and scalable foundation available in 2026.