I am currently trying to use some AWS Built-In algorithms in the new Sagemaker Studio Lab. In order to do so, I need to configure my AWS profile to get my execution role and region etc. This is the current message
ValueError: Must setup local AWS configuration with a region supported by SageMaker.
Locally I am using credentials file for the configuration of the AWS CLI, how can I do this in Sagemaker Studio Lab?
Many thanks in advance!