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 Answer
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
EXPERT
answered 4 months ago
  • Hi, This issue is not resolved in the mentioned article

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions