Hossein Jazayeri
Hossein Jazayeri
**Describe the bug** LocalSession class does not accept default_bucket argument and it always uses `sagemaker-{region}-{aws-account-id}` bucket **To reproduce** Creating a local session while passing `default_bucket` fails: ```python >>> import sagemaker...
Cross account assume role fails because session duration does not have the default value of 1 hour
### Describe the bug Accessing resources of a non-SSO account from an `SSO` account fails unless `--duration-seconds` argument is set for the second `assume-role` command. ### Expected Behavior There should...
### Describe the bug I'd like to create sagemaker user and app in a stack along the sagemaker domain using the SSO users in the account. While the stack is...