Skip to content

Commit f455add

Browse files
committed
Added links to SigV4 for reference
1 parent 8bdf170 commit f455add

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

SageMaker/connection-sigv4/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Connecting to Amazon Keyspaces from SageMaker Notebook with Python
22

3-
This code shows how to connect to Amazon Keyspaces from SageMaker using an authentication plugin for temporary credentials. This plugin enables IAM users, roles, and federated identities to add authentication information to Amazon Keyspaces API requests using the AWS Signature Version 4 process (SigV4).
3+
This code shows how to connect to Amazon Keyspaces from SageMaker using an authentication plugin for temporary credentials. This plugin enables IAM users, roles, and federated identities to add authentication information to Amazon Keyspaces API requests using the [AWS Signature Version 4 process (SigV4)](https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html)
44

55
In this example, we do NOT need to generate Keyspaces service-specific credentials.
66

@@ -14,7 +14,7 @@ The Notebook execution role must include permissions to access Amazon Keyspaces
1414
See more at
1515
[AWS Identity and Access Management for Amazon Keyspaces](https://docs.aws.amazon.com/keyspaces/latest/devguide/security-iam.html).
1616

17-
* To assume the role you need to have [sts:AssumeRole action](https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html) permissions
17+
* To assume the role, you need to have [sts:AssumeRole action](https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html) permissions.
1818
```
1919
{
2020
"Version": "2012-10-17",
@@ -31,7 +31,7 @@ See more at
3131
```
3232
3333
#### Note:
34-
Amazon Keyspaces is available in the following [AWS Regions](https://docs.aws.amazon.com/keyspaces/latest/devguide/programmatic.endpoints.html)
34+
Amazon Keyspaces is available in the following [AWS Regions](https://docs.aws.amazon.com/keyspaces/latest/devguide/programmatic.endpoints.html).
3535
3636
This notebook was tested with conda_python3 kernel and should work with Python 3.x.
3737

0 commit comments

Comments
 (0)