Configuration Parameters

  • AWS Access Key ID: Long-term AWS IAM access key.
  • AWS Secret Access Key: Long-term AWS IAM secret key.
  • AWS Region: The AWS region where Bedrock is enabled (e.g., us-west-2).
  • Model ID: The specific AWS Bedrock model identifier.
  • Model Context Window: Maximum token limit per query (model-specific).

Setup Requirements

  1. IAM Credentials: Generate a static API access key pair (Access Key ID and Secret Access Key) with permissions to invoke Bedrock models.
  2. Model Access: Ensure the target models are active and enabled in the selected region via the AWS Bedrock Console.
  3. Connection: Input the credentials, region, model ID, and context window limits into the application configuration interface.