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

Core Services and Request Flow

๐Ÿ“š Bedrock Foundationsโฑ 10 minโญ 60 XP

How a Bedrock Request Moves Through AWS

A typical Bedrock app has five layers: application UI/API, orchestration logic, model invocation, safety checks, and telemetry.

  1. User input reaches your backend (Lambda, ECS, EC2, or container app).
  2. Your backend invokes Bedrock Runtime with model ID and prompt/messages.
  3. Optional controls apply (Guardrails, prompt templates, retrieval context).
  4. Model response returns with token usage and metadata.
  5. You store traces and metrics for quality, security, and cost monitoring.

Design your architecture so each step is observable and auditable.

๐Ÿงช Knowledge Check
Press 1-4 to select1 of 2
Which API is used for model inference responses?
CloudFormation API
Bedrock Runtime API
Route 53 API
Athena API
Core Services and Request Flow Tutorial | Bedrock Foundations โ€” AWS Bedrock Academy