AWS Bedrock Agent very slow

0

I have an NodeJs Api that talks to aws bedrock agent. Every request to the agent takes 10-16 seconds. This happens even when we test this in the console. Is this the norm ?

acehand
asked 20 days ago220 views
1 Answer
0

A response time of 10-16 seconds for requests to an AWS Bedrock Agent, even when tested in the console, seems unusually high. Typically, interactions with services like the Bedrock Agent should be much faster.

Enable detailed logging and instrumentation in both your Node.js API and the Bedrock Agent to track the sequence of operations, timestamps, and any errors or warnings during request processing. This can provide valuable insights into the performance bottlenecks and help pinpoint the root cause of the slow response time.

profile picture
EXPERT
answered 20 days ago
  • I looked at the logs, am loading default templates for preprocessing, orchestration and post-processing. I believe thats where max time is being spent

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.

Guidelines for Answering Questions