Connections
Connect AWS Bedrock
Setup steps
- Go to console.aws.amazon.com → IAM → Users → Add user (programmatic access).
- Attach a policy granting only ce:GetCostAndUsage (Cost Explorer read access) — no need for broader Billing access.
- Create an access key for that user and copy the Access Key ID and Secret Access Key immediately — the secret is only shown once.
- Paste a JSON object below with access_key_id, secret_access_key, and optionally region.
- Credential
- AWS IAM Credentials JSON
- { "access_key_id": "...", "secret_access_key": "...", "region": "us-east-1" }
- Provider docs
- Open provider console →