Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions terraform/8_enterprise/terraform.tfvars.example
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ aws_region = "us-east-1"
# Bedrock region where your models are deployed
# IMPORTANT: This must match the BEDROCK_REGION in your Lambda functions
# Check with: aws lambda get-function-configuration --function-name alex-planner --query "Environment.Variables.BEDROCK_REGION"
bedrock_region = "us-east-1"
bedrock_region = "us-west-2"

# Bedrock model ID to monitor in dashboards
# Common values:
# - amazon.nova-pro-v1:0 (Amazon Nova Pro)
# - us.amazon.nova-pro-v1:0 (Cross-region Nova Pro)
# - anthropic.claude-3-5-sonnet-20241022-v2:0 (Claude 3.5 Sonnet)
# Check your CloudWatch metrics for the exact ModelId being used
bedrock_model_id = "amazon.nova-pro-v1:0"
bedrock_model_id = "amazon.nova-pro-v1:0"