SYSTEM Cited by 3 sources
Amazon Bedrock¶
Amazon Bedrock is AWS's managed foundation-model runtime — a single API surface for inference against hosted first-party models (Amazon Titan / Nova) and third-party models (Anthropic Claude, Meta Llama, AI21, Cohere, Mistral, Stability) with common auth, observability, and safety plumbing.
Stub page — expand as specific Bedrock-internals sources are ingested. Linked from higher-level Bedrock-family surfaces already on the wiki:
- systems/amazon-bedrock-knowledge-bases — managed RAG / retrieval-augmented-generation surface on top of Bedrock.
- systems/bedrock-agentcore — agent-orchestration surface.
- systems/bedrock-guardrails-automated-reasoning-checks — safety + truthfulness policy checks.
Seen in¶
- sources/2026-03-18-aws-ai-powered-event-response-for-amazon-eks — named as the substrate for AWS DevOps Agent's reasoning: "Built on Amazon Bedrock, the agent can analyze complex operational scenarios and correlate data from multiple sources." Which specific model the DevOps Agent runs on is not disclosed.
- sources/2026-04-01-aws-automate-safety-monitoring-with-computer-vision-and-generative-ai — Claude multi-modal LLMs on Bedrock analyse misclassified samples + detect underrepresented object classes in the training distribution, directly informing data-collection + synthetic-data priorities (patterns/data-driven-annotation-curation). Amazon Nova on Bedrock generates tape-labelling UI illustrations for the product documentation.
- sources/2025-12-11-aws-architecting-conversational-observability-for-cloud-applications
— Bedrock hosts both the embedding model
(
amazon.titan-embed-text-v2:0) in the RAG ingest pipeline and the LLM for reasoning +kubectl-command generation + final resolution in the troubleshooting chatbot. The specific reasoning model is not disclosed; both RAG and Strands deployment options route through Bedrock.
Related¶
- systems/aws-devops-agent — Bedrock-hosted agent for EKS incident investigation.