issues
search
exasol
/
ci-isolation-aws
AWS account setup for isolating CI builds
MIT License
2
stars
2
forks
source link
Fix deletion of a role with a protected prefix
#19
Closed
umitbuyuksahin
closed
1 year ago
umitbuyuksahin
commented
1 year ago
The cleanup stack should deletes all resources in the AWS account except resources prefixed with
protected-
and
persistent-
However, when cleanup is triggered, it deletes a role prefixed with
protected-
which uses sagemaker service.
This leads to following error:
https://github.com/exasol/sagemaker-extension/issues/71