Skip to content

Commit 85f8420

Browse files
committed
add section about IAM permissions (addresses aws#291)
1 parent f413854 commit 85f8420

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.rst

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,23 @@ Supported Operating Systems
6969

7070
SageMaker Python SDK supports Unix/Linux and Mac.
7171

72-
Supported Python versions
72+
Supported Python Versions
7373
~~~~~~~~~~~~~~~~~~~~~~~~~
7474

75-
SageMaker Python SDK is tested on: \* Python 2.7 \* Python 3.5
75+
SageMaker Python SDK is tested on:
76+
77+
- Python 2.7
78+
- Python 3.5
79+
80+
AWS Permissions
81+
~~~~~~~~~~~~~~~
82+
83+
As a managed service, Amazon SageMaker performs operations on your behalf on the AWS hardware that is managed by Amazon SageMaker.
84+
Amazon SageMaker can perform only operations that the user permits.
85+
You can read more about which permissions are necessary in the `AWS Documentation <https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-roles.html>`__.
86+
87+
The SageMaker Python SDK should not require any additional permissions.
88+
However, if you are using an IAM role with a path in it, you should grant permission for ``iam:GetRole``.
7689

7790
Licensing
7891
~~~~~~~~~

0 commit comments

Comments
 (0)