【发布时间】:2021-09-14 22:33:07
【问题描述】:
我正在运行 Sagemaker Studio 的“解释信用决策”解决方案。我正在按照解决方案笔记本中的说明进行操作。该解决方案已使用我的 root 用户 ID 启动。但是在运行1_datasets.ipynb 时,运行该步骤时出现以下错误
glue_run_id = glue.start_workflow(config.GLUE_WORKFLOW)
An error occurred (AccessDeniedException) when calling the GetJob operation: User: arn:aws:sts::myaccountid:assumed-role/rolecreatedbystack/GlueJobRunnerSession is not authorized to perform: glue:GetJob on resource: arn:aws:glue:us-east-1:myaccountid:job/sagemaker-soln-ecd-js-foccb4-job
已创建 Cloud Formation 堆栈,脚本应创建运行此解决方案所需的角色和访问权限。 我必须使用我的自定义数据使用此解决方案运行 POC。所以请您帮忙解决问题。
【问题讨论】:
标签: amazon-web-services amazon-iam amazon-sagemaker