EMR Studio "Cluster Template" 中没有集群下拉

No cluster in EMR Studio "Cluster Template" drop down

我正在设置 AWS EMR Studio,这样我的团队就可以使用 Jupyter,而无需在后端管理集群。

目前我可以连接到我通过服务目录配置的集群,但我想让我的用户从他们的笔记本内部进行配置。文档显示这是受支持的并且有一个 GUI,但我无法弄清楚我需要做什么来填充“Select a Cluster template”下拉列表。

要在 GUI 中填充集群模板,您需要设置集群模板并将它们托管在服务目录产品组合中。 EMR Studio 文档包含有关设置集群模板的说明 here

emr-studio-samples GitHub 存储库中还有一些示例集群模板。

您需要将 EMR Studio 用户角色添加为有权访问集群模板组合的委托人之一。这就是 Service Catalog 访问控制的工作方式,您需要将 IAM 委托人(此处为 EMR Studio 用户角色)分配给投资组合。

来自 EMR Studio 文档,

Grant your user role for EMR Studio access to your portfolio.

Select your portfolio from the Portfolios page in the AWS Service Catalog management console.

Expand the Groups, roles, and users tab and choose Add groups, roles, users.

Search for your EMR Studio user role in the Roles tab, select your role, and choose Add access.

https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-studio-cluster-templates.html