@andremoeller thank you for the quick fix!
I am afraid this feature (#1168) introduced a bug :/ And now by default the SDK tries to create the bucket all the time
- I upgraded to SageMaker 1.47
- Run below lines of code
import sagemaker
role = sagemaker.get_execution_role()
- I get the below error
ClientError: An error occurred (AccessDenied) when calling the CreateBucket operation: Access Denied

#1165