All Content tagged with Amazon Bedrock AgentCore
Deploy and operate AI agents securely at scale - using any framework and model
Content language: English
Filter content
Select tags to filter
Sort by
Sort by most recent
91 results
I am using Microsoft Entra Id for Both Agent Id and Human Id . My agent is deployed on AWS agent core using python and lang chain. I have configured InBound auth between agentcore and entra . How can ...
1
answers
0
votes
47
views
asked 3 months ago
I use python boto3 to create a bedrock agentCore gateway:
```
client = boto3.client("bedrock-agentcore-control", region_name=region)
...
gw = client.create_gateway(
name=props["GatewayName"]...
1
answers
0
votes
78
views
asked 3 months ago
I am trying to integrate Microsoft Entra Agent Id with Agentcore Inbound Auth.
Entra Agent Id Token is generated using Microsoft Graph API and issuer is always https://sts.windows.net/<tenant)id> .
A...
1
answers
0
votes
55
views
asked 3 months ago
* I’m trying to **propagate** an access token from the incoming request through the gateway to the target service.
* Currently, I have configured the outbound auth as the **OAuth client** and I want t...
1
answers
0
votes
86
views
asked 3 months ago
Bedrock AgentCore Memory: UpdateMemory fails with “Invalid Bedrock model ID” only when adding a 2nd customMemoryStrategy using semanticOverride (same modelId works elsewhere)
I’m deploying an AWS::Be...
Accepted AnswerAmazon Bedrock AgentCore
2
answers
0
votes
51
views
asked 4 months ago
I am deploying a Bedrock AgentCore agent and runtime in the same account (us-east-1).
Every invoke fails with: AccessDeniedException: AccountId ... can't call Identity endpoint directly, please call...
1
answers
0
votes
139
views
asked 4 months ago
Hi,
We have successfully implemented the MCP servers (we are not using the AgentCore runtime) on an EC2 instance that resides in our VPC in Account B. Currently, I am trying to connect the AgentCore G...
1
answers
0
votes
99
views
asked 4 months ago
Hi,
I successfully deployed the stateless-mcp-on-lambda-nodejs (https://github.com/aws-samples/sample-serverless-mcp-servers/tree/main/stateless-mcp-on-lambda-nodejs) example to AWS Lambda, and the M...
5
answers
0
votes
1.6K
views
asked 4 months ago
Conversation 1 Issues: ...
1
answers
0
votes
77
views
asked 4 months ago
I am using the Nova Sonic v1 model in the ap-northeast-1 region for our project. ***During live conversations, we have observed that the model occasionally misses or drops some words in the transcript...
1
answers
0
votes
114
views
asked 4 months ago
1. We have an agent with requestHeaderConfiguration configured like this:
"requestHeaderConfiguration": {
"requestHeaderAllowlist": [
"Authorization"
]
},
2. In Bed...
0
answers
0
votes
42
views
asked 4 months ago
![Cloudwatch error(/media/postImages/original/IM6v8O34h_T7yKUbBG9yKXbA) . I must have accidentally deleted my aws/spans group and I am not able to recreate it. I get "Log group names starting with A...
2
answers
0
votes
268
views
asked 4 months ago