You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: explore-analyze/ai-features/llm-guides/connect-to-amazon-bedrock.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ The following video demonstrates these steps (click to watch).
63
63
64
64
### Configure an IAM User [_configure_an_iam_user]
65
65
66
-
Next, assign the policy you just created to a new user:
66
+
Next, assign the policy you created to a new user:
67
67
68
68
1. Return to the **IAM** menu. Select **Users** from the navigation menu, then click **Create User**.
69
69
2. Name the user, then click **Next**.
@@ -82,7 +82,7 @@ The following video demonstrates these steps (click to watch).
82
82
Create the access keys that will authenticate your Elastic connector:
83
83
84
84
1. Return to the **IAM** menu. Select **Users** from the navigation menu.
85
-
2. Search for the user you just created, and click its name.
85
+
2. Search for the user you created, and click its name.
86
86
3. Go to the **Security credentials** tab.
87
87
4. Under **Access keys**, click **Create access key**.
88
88
5. Select **Third-party service**, check the box under **Confirmation**, click **Next**, then click **Create access key**.
@@ -102,7 +102,7 @@ Finally, configure the connector in {{kib}}:
102
102
2. Find the **Connectors** page in the navigation menu or use the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md). Then click **Create Connector**, and select **Amazon Bedrock**.
103
103
3. Name your connector.
104
104
4. (Optional) Configure the Amazon Bedrock connector to use a different AWS region where Anthropic models are supported by editing the **URL** field, for example by changing `us-east-1` to `eu-central-1`.
105
-
5. (Optional) Add one of the following strings if you want to use a model other than the default. Note that these model IDs should have a prefix of `us.` or `eu.`, depending on your region, for example `us.anthropic.claude-3-5-sonnet-20240620-v1:0` or `eu.anthropic.claude-3-5-sonnet-20240620-v1:0`.
105
+
5. (Optional) Add one of the following strings if you want to use a model other than the default. These model IDs should have a prefix of `us.` or `eu.`, depending on your region, for example `us.anthropic.claude-3-5-sonnet-20240620-v1:0` or `eu.anthropic.claude-3-5-sonnet-20240620-v1:0`.
106
106
107
107
* Sonnet 3.5: `us.anthropic.claude-3-5-sonnet-20240620-v1:0` or `eu.anthropic.claude-3-5-sonnet-20240620-v1:0`
108
108
* Sonnet 3.5 v2: `us.anthropic.claude-3-5-sonnet-20241022-v2:0` or `eu.anthropic.claude-3-5-sonnet-20241022-v2:0`
0 commit comments