Skip to content

Commit 47015e4

Browse files
committed
docs: document AWS (Assume Role) credential on Bedrock nodes
1 parent 551bb90 commit 47015e4

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

docs/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.embeddingsawsbedrock.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ You can find authentication information for this node [here](/integrations/built
1818

1919
## Node parameters
2020

21-
* **Model**: Select the model to use to generate the embedding.
21+
* **Authentication**: Select the authentication method:
22+
* **AWS (IAM)**: Use an IAM access key. Select an **AWS** credential.
23+
* **AWS (Assume Role)**: Temporarily assume an IAM role. Select an **AWS (Assume Role)** credential.
24+
* **Model**: Select the model to use to generate the embedding. If the dropdown is empty, your IAM role may not have the `bedrock:ListFoundationModels` permission. Switch the field to **Expression** mode and enter the model ID directly.
2225

2326
Learn more about available models in the [Amazon Bedrock documentation](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html).
2427

docs/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.lmchatawsbedrock.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ You can find authentication information for this node [here](/integrations/built
1818

1919
## Node parameters
2020

21+
* **Authentication**: Select the authentication method:
22+
* **AWS (IAM)**: Use an IAM access key. Select an **AWS** credential.
23+
* **AWS (Assume Role)**: Temporarily assume an IAM role. Select an **AWS (Assume Role)** credential.
2124
* **Model**: Select the model that generates the completion.
2225

2326
Learn more about available models in the [Amazon Bedrock model documentation](https://docs.aws.amazon.com/bedrock/latest/userguide/models-supported.html).

docs/integrations/builtin/credentials/aws.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ You can also generate access keys through the AWS CLI and AWS API. Refer to the
7171

7272
You can use these credentials to authenticate the following nodes with enhanced security through IAM role assumption:
7373

74+
* [AWS Bedrock Chat Model](/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.lmchatawsbedrock.md)
7475
* [AWS Certificate Manager](/integrations/builtin/app-nodes/n8n-nodes-base.awscertificatemanager.md)
7576
* [AWS Cognito](/integrations/builtin/app-nodes/n8n-nodes-base.awscognito.md)
7677
* [AWS Comprehend](/integrations/builtin/app-nodes/n8n-nodes-base.awscomprehend.md)
@@ -82,6 +83,7 @@ You can use these credentials to authenticate the following nodes with enhanced
8283
* [AWS SQS](/integrations/builtin/app-nodes/n8n-nodes-base.awssqs.md)
8384
* [AWS Textract](/integrations/builtin/app-nodes/n8n-nodes-base.awstextract.md)
8485
* [AWS Transcribe](/integrations/builtin/app-nodes/n8n-nodes-base.awstranscribe.md)
86+
* [Embeddings AWS Bedrock](/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.embeddingsawsbedrock.md)
8587

8688
### Supported authentication methods
8789

0 commit comments

Comments
 (0)