Region issue when running aws-dataprocessing-mcp-server on Bedrock AgentCore Runtime #2559
gians14ga
started this conversation in
core-mcp-server
Replies: 1 comment
-
|
The fact that both AWS_REGION and AWS_DEFAULT_REGION are set but calls still appear to land in us-east-1 makes this sound less like an environment issue and more like a client construction path that is either hardcoding a default or bypassing the expected session config. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Region issue when running aws-dataprocessing-mcp-server on Bedrock AgentCore Runtime (eu-west-1)
Hi,
I am running
mcp/aws-dataprocessing-mcp-server:latestas a container inside Amazon Bedrock AgentCore Runtime ineu-west-1.The entire infrastructure is deployed in
eu-west-1, including:However, when the MCP server makes calls to Glue or Athena, the requests are sent to
us-east-1by default.This results in:
From what I understand:
region_nameWhat I already tried:
I built a custom image starting from
mcp/aws-dataprocessing-mcp-server:latest, adding:Then I pushed this custom image to ECR in eu-west-1 and used it in AgentCore Runtime.
2. I also explicitly configured the following environment variables in the Bedrock AgentCore Runtime configuration:
Despite this, the MCP server still appears to make calls against us-east-1.
Questions:
us-east-1anywhere?AWS_REGIONorAWS_DEFAULT_REGIONautomatically?Thanks in advance for any clarification.
Beta Was this translation helpful? Give feedback.
All reactions