AWS Bedrock (IAM)

Use Claude and other foundation models via AWS Bedrock. This requires an AWS account with IAM credentials that have Bedrock access.

Step 1: Enable Bedrock Models in AWS

  1. 1 Sign into the AWS Console
  2. 2 Navigate to Amazon Bedrock service
  3. 3 Go to Model access and request access to the models you want (e.g., Claude)
  4. 4 Wait for approval (usually instant for most models)

Step 2: Create IAM Credentials

  1. 1 Go to IAM in the AWS Console
  2. 2 Create a new IAM user or use an existing one
  3. 3 Attach the AmazonBedrockFullAccess policy (or a custom policy scoped to InvokeModel)
  4. 4 Create an Access Key under Security Credentials
  5. 5 Copy the Access Key ID and Secret Access Key

Best practice: Create a dedicated IAM user with only Bedrock permissions. Never use your root account credentials.

Step 3: Add to TraderBotz

  1. 1 Go to SettingsAI Providers
  2. 2 Click Add Provider and select AWS Bedrock
  3. 3 Enter a name, paste the Access Key ID and Secret Access Key
  4. 4 Set the AWS region (default: us-east-1)
  5. 5 Choose a default model, test, and save