mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-06 11:52:10 +02:00
git-subtree-dir: ai-context/trustgraph-templates git-subtree-split: 42a5fd1b678f32be378062e30451e2052ccb95dd
416 B
416 B
To use AWS Bedrock, you must have enabled models in the AWS Bedrock console. You must also provide an AWS access key ID and secret key as a Kubernetes secret before deploying the application.
kubectl -n {{namespace}} create secret \
generic bedrock-credentials \
--from-literal=aws-id-key=AWS-ID-KEY \
--from-literal=aws-secret=AWS-SECRET-KEY \
--from-literal=aws-region=AWS-REGION-HERE