โ 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.
- User input reaches your backend (Lambda, ECS, EC2, or container app).
- Your backend invokes Bedrock Runtime with model ID and prompt/messages.
- Optional controls apply (Guardrails, prompt templates, retrieval context).
- Model response returns with token usage and metadata.
- You store traces and metrics for quality, security, and cost monitoring.
Design your architecture so each step is observable and auditable.
๐งช Knowledge CheckPress 1-4 to select1 of 2
Which API is used for model inference responses?
CloudFormation API
Bedrock Runtime API
Route 53 API
Athena API