Error in Creating Project in SageMaker Studio
I encountered following erorr when I tried to create a new project in SageMaker Studio. I tried to add AdminAccess
to role/service-role/AmazonSageMakerServiceCatalogProductsLaunchRole
, but still doesn't help. What could be the problem?
Error getting the details of Service Catalog Provisioning Parameters. Error message: ValidationException: Access denied while assuming the role arn:aws:iam::XXXXXXXXX:role/service-role/AmazonSageMakerServiceCatalogProductsLaunchRole. Args: {"productId":"prod-xxxxxxxx","provisioningArtifactId":"pa-xxxxxxxxx","pathId":"lpv2-xxxxxxxxxx"}
Can you share the trust policy of that role?
SageMaker assumes the AmazonSageMakerServiceCatalogProductsLaunchRole
role to access and launch Projects. If you aren't using the AmazonSageMakerFullAccess
policy for your Studio or user profile's execution role, make sure your Studio execution role has enough permissions to assume the AmazonSageMakerServiceCatalogProductsLaunchRole
.
You don't need to add Admin access to the launch role, it has the minimum required permissions to launch a service catalog product, including assuming the AmazonSageMakerServiceCatalogProductsUseRole
for running the project successfully.
Relevant questions
Sagemaker Studio notebook - no module named 'tensorflow' when chosen image type "Tensorflow 2.6 Python 3.8 GPU optimized"
Accepted Answerasked 6 months agoAttaching custom image to user (not domain) in SageMaker Studio
Accepted Answerasked 2 years agoError in Creating Project in SageMaker Studio
asked 2 months agoCan I connect a Sagemaker "Studio" instance to a private github repository?
asked 6 days agoCustom packages in Sagemaker studio
Accepted Answerasked 2 years agoSagemaker Studio JupyterServer App does not load
asked 6 days agoBug in the Sagemaker Studio!!
asked 5 months agoSageMaker Studio domain lifecycle configuration for hosting VSCode not working and no error logs
asked 2 months agoSageMaker Studio projects in VpcOnly mode without internet access
Accepted Answerasked a year agoWhy I can't create a serverless sagemaker endpoint anymore ?
Accepted Answerasked 3 months ago
btw, I am in GCC (Government Commercial Cloud in Singapore).