Trust relationships

Add access for arn:aws:iam::010229948043:role/RC_AI to eksctl-es-cluster-cluster-ServiceRole-XV1N4XK3SJEQ

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Effect": "Allow",
            "Principal": {
                "AWS": "arn:aws:iam::010229948043:role/RC_AI",
                "Service": [
                    "eks.amazonaws.com",
                    "eks-fargate-pods.amazonaws.com"
                ]
            },
            "Action": "sts:AssumeRole"
        }
    ]
}

Last updated

Was this helpful?