AWS - Identity and Access Management
You created an IAM role with this trust policy:
Why can't EC2 instances assume this role?
{ "Statement": [{ "Effect": "Allow", "Principal": { "Service": "ec2.amazonaws.com" }, "Action": "iam:PassRole" }] }Why can't EC2 instances assume this role?
