Misconfigured PodExecutionRole

0

I'm attempting to startup an EKS pod following the getting started guide.

When on the step add a Fargate Profile I'm getting the following error.

"Misconfigured PodExecutionRole Trust Policy; Please add the eks-fargate-pods.amazonaws.com Service Principal"

However it's already added to my trust policy. So not sure what to do

{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Principal": { "Service": "eks-fargate-pods.amazonaws.com" }, "Action": "sts:AssumeRole", "Condition": { "ArnLike": { "aws:SourceArn": "arn:aws:<region>:111122223333:fargateprofile/<pod name>/*" } } } ] }

I'm currently following this step.

https://docs.aws.amazon.com/eks/latest/userguide/getting-started-console.html

1 個回答
0
已接受的答案

The issue was my account number was typed incorrectly. It's fixed now.

已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南