无法使用 CodeCommit 存储库启动 Sagemaker Notebook 实例

发布于 2025-01-10 06:59:05 字数 324 浏览 0 评论 0原文

我将 CodeCommit 中的一个存储库链接到了 Sagemaker。但是,当我尝试使用该存储库启动实例时,它失败了,并且收到一条消息:

fatal: unable to access 'https://git-codecommit.us-east-1.amazonaws.com/v1/repos/MyRepo/': The requested URL returned error: 403

我认为它可能与 IAM 角色有关。我是否应该向 AmazonSageMaker-ExecutionRole 添加一些策略。我对此完全陌生,因此请原谅此处术语的任何错误使用。

I linked a repo in CodeCommit to Sagemaker. However when I try to start an instance with that repo it fails and I get a message:

fatal: unable to access 'https://git-codecommit.us-east-1.amazonaws.com/v1/repos/MyRepo/': The requested URL returned error: 403

I think maybe it has something to do with the IAM role. Is there some policy I should add to the AmazonSageMaker-ExecutionRole. I am completely new to this so please excuse any incorrect usage of terms here.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

伴梦长久 2025-01-17 06:59:05

这可能是由您的 IAM 角色引起的;如果您使用 UI 创建角色,我认为默认情况下,它会创建一个需要资源在其 ARN 中包含“sagemaker”的角色(Codecommit 存储库、S3 存储桶...)。因此,您有 2 个选择:

  • 尝试重命名您的存储库,例如“myrepo-sagemaker”
  • 或编辑(如果您没有能力,请询问您的管理员)您的 SM IAM 角色以允许访问 MyRepo

This is presumably caused by your IAM role ; if you used the UI to create a role, I think by default, it creates a role requiring resources to have "sagemaker" in their ARN (Codecommit repos, S3 buckets...). So you have 2 options:

  • Try renaming your repo eg "myrepo-sagemaker"
  • Or edit (ask your admin if you don't have the ability) your SM IAM role to be allowed to access MyRepo
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文