Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
Fix SageMaker launch permissions (#1021)
Browse files Browse the repository at this point in the history
* Fix SageMaker launch permissions

Removes a duplicate SageMaker permission, and adds a missing permission for tagging.
Closes #1018.

* chore: trigger notification
  • Loading branch information
tdmalone authored Aug 5, 2022
1 parent 3282e8f commit f1cb58e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ Resources:
Action:
- sagemaker:DescribeNotebookInstance
- sagemaker:CreateNotebookInstance
- sagemaker:StopNotebookInstance
- sagemaker:AddTags
- sagemaker:StopNotebookInstance
- sagemaker:DeleteNotebookInstance
Resource: 'arn:aws:sagemaker:*:*:notebook-instance/basicnotebookinstance-*'
Expand Down

0 comments on commit f1cb58e

Please sign in to comment.