aws-samples / aws-samples/amazon-sagemaker-drift-detection
Default AmazonSageMakerExecution Role missing permission to execute clean-up
Open
- Dominant language
- Python
- Stars
- 66
- Forks
- 33
- PR merge metrics
- No merged PRs in 30d
Description
The default AmazonSageMakerExecution is missing permissions to list and delete the stacks created by the SageMaker project. In particular, it is missing the following:
```
"cloudformation:DeleteStack"
"cloudformation:DescribeStacks"
```
The default role is also missing
```
"s3:ListBucketVersions"
```
necessary delete all objects in the artifact bucket.
Contributor guide
Assessment
This issue has not been assessed yet.