← Back to Dashboard
1. What Is Amazon Bedrock?2. Core Services and Request Flow

What Is Amazon Bedrock?

📚 Bedrock Foundations8 min60 XP⌨ Hands-on lab

Managed Foundation Models on AWS

Amazon Bedrock is AWS's fully managed foundation model platform. You call frontier models through one unified API without managing GPU fleets, model-serving containers, or patching inference infrastructure. Think of it as "RDS for foundation models" - AWS runs the heavy machinery, you consume capability through an endpoint that already speaks IAM, CloudWatch, CloudTrail, and KMS.

The Provider Catalog

One API surface, many model families. Availability depends on region and per-account model access, but the catalog spans:

ProviderModel familiesTypical strengths
AmazonNova (Micro, Lite, Pro, Premier), TitanCost-efficient general text, embeddings, multimodal
AnthropicClaudeComplex reasoning, agentic workflows, long context
MetaLlamaOpen-weight family, broad ecosystem familiarity
Mistral AIMistral, MixtralStrong quality-to-cost ratio, European provider
CohereCommand, Embed, RerankEnterprise RAG: embeddings and reranking
Google DeepMindGemma (Gemma 4 31B, 26B-A4B, E2B)Reasoning, multimodal, open-weight, native function calling
xAIGrok (Grok 4.3)Configurable reasoning effort, agentic tool use, token efficiency
OthersAI21, Stability AI, DeepSeek, and moreSpecialised text, image generation, reasoning

Three Ways to Pay for Inference

ModeHow it worksUse when
On-DemandPay per input/output token, no commitmentDefault for interactive apps and spiky traffic
Batch inferenceAsynchronous jobs against files in S3, discounted vs on-demandLarge offline workloads: classification, enrichment, evals
Provisioned ThroughputReserved model capacity for a fixed termSteady high-volume traffic and custom models

Why Not Just Host a Model Yourself?

ApproachYou manageTrade-off
Self-hosted on EC2/EKSGPUs, serving stack, scaling, patching, model weightsMaximum control, maximum ops burden
SageMaker endpointsInstance selection, containers, autoscaling policiesGreat for custom/proprietary models you train
BedrockOnly your application and promptsFastest path to production with AWS-native governance
Key idea: Bedrock is not just text generation. It is a full platform - inference (Runtime APIs), safety (Guardrails), retrieval (Knowledge Bases), agents (AgentCore), evaluation, and governance - and every piece plugs into the AWS controls your organisation already audits.
⌨ HANDS-ON LABVerify Bedrock Access from CLI
⭐ +150 XP

Confirm your AWS identity and Bedrock model visibility before building anything.

1Check your AWS CLI installation.
2Verify the active IAM identity.
3List foundation models in your target region.
lab-sandbox — simulated environment
INFINITY LAB SANDBOX v2.6 — simulated shell
Type the command for the current objective. Helpers: "hint", "solution", "clear".
$
OBJECTIVE 1 / 3 — type "hint" if stuck
🧪 Knowledge Check
Press 1-4 to select1 of 4
What is Bedrock's core value for engineering teams?
You train every model from scratch
Managed access to multiple FM providers through AWS APIs
A desktop-only AI IDE
Only image generation