Skip to content

Commit 1442830

Browse files
authored
Merge pull request aws#118 from awslabs/change-ecr-required-permissions
Change ECR required permissions for BYO.
2 parents 8fd48e4 + 1084a39 commit 1442830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advanced_functionality/scikit_bring_your_own/scikit_bring_your_own.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"\n",
4848
"## Permissions\n",
4949
"\n",
50-
"Running this notebook requires permissions in addition to the normal `SageMakerFullAccess` permissions. This is because we'll creating new repositories in Amazon ECR. The easiest way to add these permissions is simply to add the managed policy `AmazonEC2ContainerRegistryPowerUser` to the role that you used to start your notebook instance. There's no need to start your notebook instance when you do this, the new permissions will be available immediately.\n",
50+
"Running this notebook requires permissions in addition to the normal `SageMakerFullAccess` permissions. This is because we'll creating new repositories in Amazon ECR. The easiest way to add these permissions is simply to add the managed policy `AmazonEC2ContainerRegistryFullAccess` to the role that you used to start your notebook instance. There's no need to restart your notebook instance when you do this, the new permissions will be available immediately.\n",
5151
"\n",
5252
"## The example\n",
5353
"\n",

0 commit comments

Comments
 (0)