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.

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

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则