invalid URL while connecting sagemaker studio with codecommit

0

I need to clone to a codecommit repository in sagemaker studio. Sagemaker domain execution role is attached with the below policy to communicate with codecommit

{ "Version": "2012-10-17", "Statement": [ { "Sid": "VisualEditor1", "Effect": "Allow", "Action": "codecommit:", "Resource": "arn:aws:codecommit:eu-west-1:XXXXXXXXXX:" } ] }

But while pasting and cloning the https URL of repository in sagemaker studio UI, I am encountering below error message

Invalid URL provided The URL provided is not valid. Please input a valid URL to clone.

mkpd
已提問 4 個月前檢視次數 241 次
1 個回答
0

Hi,

I would suggest to follow the guidance of this post to solve such issues as yours: https://repost.aws/knowledge-center/sagemaker-git-repository

Best,

Didier

profile pictureAWS
專家
已回答 4 個月前
  • Hi, This issue is not resolved in the mentioned article

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南