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 Antwort
0
Akzeptierte Antwort

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

beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen