Multi-model access hides multi-model risk
Bedrock makes it trivial to call five different foundation models from one API, but each model call is still a distinct trust decision.
By usage
Bedrock makes it trivial to call Claude, Titan, Llama, and Nova from one API, and to build Bedrock Agents with action groups and knowledge bases. IAM scopes which APIs a role can call - it says nothing about what happens once the call goes through.
Why it matters
Bedrock makes it trivial to call five different foundation models from one API, but each model call is still a distinct trust decision.
An IAM role can limit which Bedrock APIs a service can call, but it says nothing about what a model does with the tokens once invoked.
Agents with action groups and knowledge bases can reach internal APIs and data stores - the same MCP-style risk surface as any other autonomous agent.
What Lineation does
Claude, Titan, Llama, and Nova calls through Bedrock are governed under one policy model instead of per-model configuration.
Bedrock Agents and service roles map to scoped Lineation identities, extending AWS IAM boundaries with policy at the tool-call level.
Tool calls a Bedrock Agent makes through action groups are policy-checked before they execute.
Every invocation across every model is logged and replayable for audit and cost review.
How it works
Model invocations and Bedrock Agent tool calls pass through Lineation's LLM/MCP gateway.
Service roles and Bedrock Agents resolve into scoped identities in the inventory.
Default-deny rules apply consistently across whichever foundation model is invoked.
Tool calls from Bedrock Agents are checked against policy before reaching internal APIs or data stores.
Every invocation is logged and replayable, with per-model and per-agent cost attribution.
FAQ
Any model invoked through Bedrock - Claude, Titan, Llama, Nova, and others - is governed under the same policy layer.
IAM continues to scope which APIs a role can call; Lineation adds a policy and lineage layer on top that governs what happens inside those calls.
Yes - action-group tool calls and knowledge-base retrievals are policy-checked the same way any other agent tool call is.
No. Traffic routes through the gateway at the network layer; application code calling Bedrock APIs is unchanged.
Yes - invocation-level lineage supports per-model and per-agent cost attribution, the same data used for token spend control.
Yes - Lineation complements CloudTrail with policy enforcement and content-level inspection CloudTrail doesn't provide.
Connect your Bedrock traffic and see cross-model activity today.