创建 EMR 集群提示错误:“The instance profile for the newly created default role is not yet visible”

0

【以下的问题经过翻译处理】 我使用IAM账户登录AWS控制台,想要创建一个EMR集群。但当我点击“创建集群”按钮时,它提示:“无法创建集群。新创建的默认角色的实例配置文件尚不可见。请等待几秒钟后再试一次。” 我是否缺少某些权限,或者做了其他的什么事情导致这个问题出现了呢? 非常感谢。

profile picture
EXPERT
asked 5 months ago64 views
1 Answer
0

【以下的回答经过翻译处理】 你好 , 很重要一点。创建角色后,传播权限可能需要几秒钟。查看以下链接并搜索“传播权限几秒钟”以转到相关部分... https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/iam-roles-for-amazon-ec2.html

另请查看以下遇到类似问题的链接... https://github.com/hashicorp/terraform/issues/1885

有两种方法可以解决问题:

  1. 尝试重新创建集群,因为这是一个时间问题,您可能不会再遇到该问题。
  2. 在创建 EMR 集群之前创建默认角色. https://awscli.amazonaws.com/v2/documentation/api/latest/reference/emr/create-default-roles.html
profile picture
EXPERT
answered 5 months ago

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