SYMPTOM : Failed to create Imply Cloud cluster due to error "not authorized to perform: iam:PassRole on resource"
ERROR : "4 minutes ago [CRITICAL]: Master1.
ROOT CAUSE : This is an IAM policy misconfiguration issue. The manager role does not have permission to use imply-cloud-instance
as the instance role for the EC2 instances it creates.
RESOLUTION : In imply-cloud-manager policy, there should be a statement that looks like this:
{
"Effect": "Allow",
"Action": "iam:PassRole",
"Resource": "arn:aws:iam::1234567:role/imply-cloud-instance"
}
Comments
0 comments
Please sign in to leave a comment.