2025-07-14 22:46:32 +00:00
|
|
|
# AgentCore Gateway Configuration Template
|
|
|
|
# Copy this file to config.yaml and update with your environment-specific settings
|
|
|
|
|
|
|
|
# AWS Configuration
|
|
|
|
account_id: "YOUR_ACCOUNT_ID"
|
|
|
|
region: "us-east-1"
|
|
|
|
role_name: "YOUR_ROLE_NAME"
|
|
|
|
endpoint_url: "https://bedrock-agentcore-control.us-east-1.amazonaws.com"
|
|
|
|
credential_provider_endpoint_url: "https://us-east-1.prod.agent-credential-provider.cognito.aws.dev"
|
|
|
|
|
|
|
|
# Cognito Configuration
|
|
|
|
user_pool_id: "YOUR_USER_POOL_ID"
|
|
|
|
client_id: "YOUR_CLIENT_ID"
|
|
|
|
|
|
|
|
# S3 Configuration
|
2025-07-15 01:37:38 +00:00
|
|
|
s3_bucket: "your-agentcore-schemas-bucket"
|
2025-07-14 22:46:32 +00:00
|
|
|
s3_path_prefix: "devops-multiagent-demo" # Path prefix for OpenAPI schema files
|
|
|
|
|
|
|
|
# Provider Configuration
|
|
|
|
# This ARN is automatically generated by create_gateway.sh when it runs create_credentials_provider.py
|
|
|
|
provider_arn: "arn:aws:bedrock-agentcore:REGION:ACCOUNT_ID:token-vault/default/apikeycredentialprovider/YOUR_PROVIDER_NAME"
|
|
|
|
|
|
|
|
# Gateway Configuration
|
2025-07-15 01:37:38 +00:00
|
|
|
gateway_name: "MyAgentCoreGateway"
|
|
|
|
gateway_description: "AgentCore Gateway for API Integration"
|
2025-07-14 22:46:32 +00:00
|
|
|
|
|
|
|
# Target Configuration
|
|
|
|
target_description: "S3 target for OpenAPI schema"
|