LoginSignup
1
1

More than 5 years have passed since last update.

AWS EMRをデフォルトの設定のままで起動できない場合の対処方法

Posted at

現象

AWS EMR のクラスタを作ったが

Terminated with errorsFailed to provision ec2 instances because 'The requested instance profile EMR_AutoScaling_DefaultRole is invalid'

というエラーが出てクラスタを起動できない。

対応方法

IAM で EMR_AutoScaling_DefaultRole に AmazonEC2FullAccess を付与してから、新しいクラスタを作り直す。

本来は必要最低限の権限だけを与えるべきだが、 EMR が内部で何を行なっているのかよくわからなかったので、こういう対応をした。最低限の権限がわかる人がいたら教えて欲しい。

1
1
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1