Amazon Bedrock
Overview
This connector provides a connection to Amazon Bedrock.
Requirements
Before creating the connector, you will need the following information available for the Bedrock connection.
- hostname or IP address
- port
- username
- password
- database name
Creating
To add an instance of the Bedrock connector, you can use the Web UI or the CLI.
$ sand connectors create bedrock --name myLLM \
--access-key-id="access-key-id" --secret-access-key="secret-access-key" \
--session-token="session-token" --region="us-east-1"
✅ Connector created successfully!
Connector ID: cnc-5ab0075c465c8321
Usage
coming soon