We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72f0f21 commit 6867a25Copy full SHA for 6867a25
administration/aws-credentials.md
@@ -45,6 +45,11 @@ See [IAM roles for service accounts](https://docs.aws.amazon.com/eks/latest/user
45
Credentials are fetched for the ECS task's role. See
46
[Amazon ECS task IAM role](https://docs.aws.amazon.com/AmazonECS/latest/userguide/task-iam-roles.html).
47
48
+## EKS Pod Identity credentials
49
+
50
+Credentials are fetched using pod identity endpoint. See
51
+[Learn how EKS Pod Identity grants pods access to AWS services](https://docs.aws.amazon.com/eks/latest/userguide/pod-identities.html).
52
53
## EC2 instance profile credentials (IMDS)
54
55
Fetches credentials for the EC2 instance profile's role. See
0 commit comments