Knowledge Center Monthly Newsletter - September 2025
Stay up to date with the latest from the Knowledge Center. See all new Knowledge Center articles published in the last month, and re:Post’s top contributors.
Questions tagged with Amazon Bedrock
The easiest way to build and scale generative AI applications with foundation models (FMs).
Content language: English
Filter questions
Select tags to filter
Sort by
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
975 results
Hello,
For Bedrock, Knowledge Base, `/retrieveAndGenerate` API, is there an input configuration that should specify that the response should not contain the `citations` JSON array ?
Thank you,
Accepted AnswerAmazon Bedrock
1
answers
0
votes
12
views
asked a day ago
Hello,
When I try to invoke `/retrieveAndGenerate` API, I have the error: `Error: getaddrinfo ENOTFOUND bedrockruntime.us-east-2.amazonaws.com`
How should look a complete API URL for AWS Bedrock, ...
Accepted AnswerAmazon Bedrock
1
answers
0
votes
11
views
asked a day ago
From https://docs.aws.amazon.com/bedrock/latest/APIReference/API_runtime_Converse.html
> If you use a prompt created through Prompt management, specify the ARN of the prompt version. For more informa...
1
answers
0
votes
14
views
asked 3 days ago
I'm trying to create a "smoke test" batch job using Titan Text Embeddings v2, and getting the following error:
```
$ aws bedrock create-model-invocation-job \
--region us-east-1 \
--model-id ama...
1
answers
0
votes
44
views
asked 4 days ago
I am using the Bedrock invoke_agent API and currently handling errors like this:
```
except botocore.exceptions.ClientError as e:
error_code = e.response.get("Error", {}).get("Code", "")
if e...
1
answers
0
votes
16
views
asked 4 days ago
I am building the GenAI application using bedrock and strands agent running in lambda. Agent is using the strands-native calculator tool.
In the processing of the single request, there is anumber of t...
1
answers
0
votes
20
views
asked 5 days ago
Respect sir/madam,
I have created few days ago a new aws account. I am eligible for free tier, but there I found I am not eligible for most of the AI services. I need bedrock bedrock for my work .So ...
1
answers
0
votes
21
views
asked 6 days ago
I'm experiencing an issue where the aws bedrock-agent get-agent command does not return the memoryConfiguration field, even though:
1. The field is documented in the AWS CLI reference as part of the ...
Accepted AnswerAmazon Bedrock
2
answers
0
votes
12
views
asked 9 days ago
For the Explore the Amazon Bedrock Playgrounds". I've tried this in two different sessions, with the same result: I cannot validate the DIY section, despite following the steps precisely.
Could advis...
1
answers
0
votes
11
views
asked 9 days ago
I am using Bedrock sonnet 4 model at us-east-1 region, and enable cloudwatch log. Using following Logs insights QL and find that the token/price is 3 or 4 times less than billing. Is there are any mis...
2
answers
0
votes
40
views
asked 10 days ago
Hi AWS Community
I am working on an RAG system using Amazon Bedrock Knowledge Base (AKB) with OpenSearch as the vector store. Here is my current setup:
Data ingestion: I have ingested metadata and p...
1
answers
0
votes
12
views
asked 12 days ago
When using model from openAI `openai.gpt-oss-20b-1:0` or `openai.gpt-oss-120b-1:0` as model for an agent it throws this error:
ERROR SendMessage error: ValidationException: Validation failed with...
1
answers
0
votes
24
views
asked 12 days ago