AWS Bedrock (IAM)
Use Claude and other foundation models via AWS Bedrock. This requires an AWS account with IAM credentials that have Bedrock access.
Don't want to manage your own keys? You can skip this step and purchase AI credits instead. We'll handle the AI infrastructure — credits are deducted per call based on actual usage.
Step 1: Enable Bedrock Models in AWS
- 1 Sign into the AWS Console
- 2 Navigate to Amazon Bedrock service
- 3 Go to Model access and request access to the models you want (e.g., Claude)
- 4 Wait for approval (usually instant for most models)
Step 2: Create IAM Credentials
- 1 Go to IAM in the AWS Console
- 2 Create a new IAM user or use an existing one
- 3
Attach the
AmazonBedrockFullAccesspolicy (or a custom policy scoped to InvokeModel) - 4 Create an Access Key under Security Credentials
- 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 Go to Settings → AI Providers
- 2 Click Add Provider and select AWS Bedrock
- 3 Enter a name, paste the Access Key ID and Secret Access Key
- 4
Set the AWS region (default:
us-east-1) - 5 Choose a default model, test, and save