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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ