Member since
02-15-2019
1
Post
1
Kudos Received
0
Solutions
04-23-2020
09:17 PM
It is work! i added policy config to the json file and succeeded in creating the cluster The contents added to the json file are as follows Think you! "Effect": "Allow", "Action": [ "iam:ListRolePolicies", "iam:GetRolePolicy", "iam:ListAttachedRolePolicies", "iam:ListInstanceProfiles", "iam:PutRolePolicy", "iam:PassRole", "iam:GetRole", "iam:CreateServiceLinkedRole" ], "Resource": [ "*" ]
... View more