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 Antwort
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
EXPERTE
beantwortet vor 4 Monaten
  • Hi, This issue is not resolved in the mentioned article

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen