Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.03 KB

README.md

File metadata and controls

23 lines (19 loc) · 1.03 KB

aws-bedrock-configs

Terraform configuration for AWS Bedrock. Creates resources for AWS Bedrock Agent with Knowledgebase (Opensearch + S3).

Setup environment

Add credentials for terraform provider to be used. You can follow the docs.

Deploy

  • Create an s3 bucket manually called terraformlocksbucket
    • Note: Feel free to use any backend.
  • Make sure that you have access to the required models in models.tf
  • Do terraform stuff
    terraform init
    terraform plan
    terraform apply

Usage

  • The configurations will provision a Bedrock Agent that you can interact with.
  • Upload a file to the S3 bucket
  • Go to Knowledge Base, select the data source, and click on Sync.
  • After the Sync is done, you can chat with the Agent