aws-samples / aws-samples/amazon-sagemaker-drift-detection

Default AmazonSageMakerExecution Role missing permission to execute clean-up

Open
#9 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.