Skip to main content
Connect to Anthropic (Claude) models served from your AWS account via Amazon Bedrock. Steps to complete:
  1. Create an IAM identity with Bedrock access
  2. Configure in Datafold

Create an IAM identity

Create (or reuse) an IAM user with programmatic access and attach a policy allowing:
  • bedrock:InvokeModel and bedrock:InvokeModelWithResponseStream — inference
  • bedrock:ListFoundationModels — used by Datafold’s automatic model listing
Generate an access key ID / secret access key pair for it.

Configure in Datafold

  1. Navigate to SettingsIntegrations, click Add New Integration, and choose AWS Bedrock.
  2. Fill in:
  1. Click Save.
Newer Claude models that require cross-region inference profiles are handled automatically — Datafold prepends the regional profile prefix (us./eu.) at request time.
A Bedrock API key (bearer token) is also accepted in place of the key pair, but it dispatches over Bedrock’s OpenAI-compatible endpoint, which serves only the OpenAI open-weight model family — the access-key pair is the recommended path for Claude.