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: python/datastax-v3/SageMaker/connection-service-specific-credentials /SageMaker_Keyspaces_with_server_credentials.ipynb
+30-12Lines changed: 30 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,25 @@
2
2
"cells": [
3
3
{
4
4
"cell_type": "markdown",
5
-
"id": "efe02727",
5
+
"id": "0fb7f3db",
6
+
"metadata": {},
7
+
"source": [
8
+
"*Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved* \n",
9
+
"\n",
10
+
"*SPDX-License-Identifier: MIT-0* "
11
+
]
12
+
},
13
+
{
14
+
"cell_type": "markdown",
15
+
"id": "b78e5991",
16
+
"metadata": {},
17
+
"source": [
18
+
"---"
19
+
]
20
+
},
21
+
{
22
+
"cell_type": "markdown",
23
+
"id": "81e637d6",
6
24
"metadata": {},
7
25
"source": [
8
26
"## Connecting to Amazon Keyspaces using server-side credentials \n",
@@ -12,7 +30,7 @@
12
30
},
13
31
{
14
32
"cell_type": "markdown",
15
-
"id": "68d038c1",
33
+
"id": "8a1a923c",
16
34
"metadata": {},
17
35
"source": [
18
36
"Before we start we need to generate the Keyspaces credential and use SecretManager to securly store credentials. \n",
@@ -39,13 +57,13 @@
39
57
"2. Store ServiceUserName and ServicePassword in the SecretManager. As a best practice we don't want to store credential in SageMaker Notebooks in plain text. \n",
40
58
"\n",
41
59
" In this example I'm using \n",
42
-
"_Keyspaces_Server_Generated_credential_ as a Secret name and _keyspaces_generated_id_ and _keyspaces_generated_pw_ fields to store Keyspaces ID and password. \n"
60
+
"*Keyspaces_Server_Generated_credential* as a Secret name and _keyspaces_generated_id_ and _keyspaces_generated_pw_ fields to store Keyspaces ID and password. \n"
0 commit comments