Amazon Bedrock

The Amazon Bedrock connection allows the Intelligence Hub to interact with AWS Bedrock for generative AI and LLM workflows. This connection enables sending prompts and receiving responses from models hosted on Bedrock. Below are details on the connection and input settings.

Use care when integrating this connection into production workflows. Due to the rapid pace of AI and LLM development, providers have made breaking changes to their APIs in the past. While we aim to respond quickly to such changes, they may temporarily disrupt production systems.

Connection Settings

Setting Description
Access Key The access key used to authenticate with the Bedrock service.
Secret Key The secret key used to authenticate with the Bedrock service.
Region The AWS region where the Bedrock service is hosted.
Endpoint (Optional) Base URL for the Bedrock API. If not provided, the default endpoint is used.

Input Settings

Setting Description
Model Id The model ID provided by AWS when creating a model in Bedrock.
Instructions (Optional) The prompt or instructions to guide the model’s. response.
Message The message to be sent to the model. This is the input the model will process based on the instructions.
Response Format The format in which the model should respond. When set to JSON the connection will attempt to parse the response as JSON. If the response is not valid JSON the read fails.