Skip to content

Question 1 : bedrock backtracking

0

Can I trace back a specific Bedrock inference (e.g., hallucinated output) to the user who made the request?

1 Answer
0
Accepted Answer

Partially, yes — if inference is tied to a control plane API like InvokeModelWithResponseStream, and if the user identity is logged in CloudTrail. • For high assurance, wrap Bedrock calls behind API Gateway or Lambda that logs request context (user ID, timestamp, prompt hash). • CloudTrail alone may not log the full input/output for data plane invocations.

AWS
answered 9 months ago
AWS
EXPERT
reviewed 9 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.