Misconfigured PodExecutionRole
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
The issue was my account number was typed incorrectly. It's fixed now.
Relevant questions
Unable To create a step function
asked 5 years agoAWS Step Function Output for container services
asked 11 days agoIs it possible to send an email following an external DNS provider, with a different email address than the DNS host?
asked 4 days ago502 Bad Gateway Nginx Error
asked 3 months agoEKS pods get node IP address instead of IP from Calico IP Pool
Accepted Answerasked 2 months agoTrigger Step Function with API Gateway and use Fargate within Step Function?
asked 2 months agoMisconfigured PodExecutionRole
Accepted Answerasked 2 months agoError : Login Profile for User XXXXXX cannot be modified while login profile is being created. (EntityTemporarilyUnmodifiable)
asked 2 months agoEC2 Instance Temporary failure in name resolution/Empty resolv.conf file
asked 3 months agoBinary Logging must be enabled for MySQL server
Accepted Answerasked 13 days ago