New user sign up using AWS Builder ID is currently unavailable on re:Post. To sign up, please use the AWS Management Console instead.
All Content tagged with Amazon Bedrock
The easiest way to build and scale generative AI applications with foundation models (FMs).
Content language: English
Select up to 5 tags to filter
Sort by most recent
557 results
I'm getting a ReadTimeout error on some images when invoking ChatBedrockConverse, seems to happen after about a minute -
`botocore.exceptions.ReadTimeoutError: Read timeout on endpoint URL: "https:/...
![Enter image description here](/media/postImages/original/IMrB_bcgc1RBO0_t06yfLlNw)
Is there a way to optimize this prompt flow? I'm running into the 20 node limit and I barely got started. A bunch ...
# TLDR;
I can create Bedrock Agent using console, but can't using CLI.
# Details
I tried to execute the following command:
```
aws bedrock-agent create-agent \
--agent-name test-agent \
--agent-r...
Hi AWS Community,
I’m encountering an issue with the Amazon Bedrock Runtime service where the InvokeFlow operation is not available when using the boto3 SDK. Here’s what I’ve done so far to troublesh...
Hi, what is the pricing for AWS Bedrock agents?
I've configured an agent with a knowledge base on AWS Bedrock using Agent Builder and made a few calls to the agent and I see that I was charged for cal...
Hello, hope someone can help me with this.
I've built an agent with access to my knowledge base, which contains structured data about customer transactions (ie, merchant, amount, date, etc.).
I'm tr...
My US Anthropic Claude 3.5 Sonnet v2, is not able to process the request it gives: An error occurred (ServiceUnavailableException) when calling the InvokeModel operation (reached max retries: 4): Bed...
Hi, hoping someone can help me.
I'm trying to create a prompt where my llm will suggest two relevant questions based on the user's data.
However, I'm getting this error when trying to invoke the pro...
Hi,
I'm trying to get the conditional node to return true so I can access my knowledgebase. However, it's constantly defaulting to false, even though I'm following the instructions exactly as laid ou...
SUPPORT ENGINEER
published 11 days ago0 votes76 views
For new AWS users, what's the quickest way to start configuring CloudWatch Alarms?
How do we select the right metrics for AWS managed services to monitor?
Bedrock Agent For CloudWatch Alarm:
Enable...
Hi there, I am new to AWS Bedrock. I am building an RAG application and met this unexpected error. My code is like :
```
const request = {
input: {
'text': "<Questions Related to the File...