aws / aws-eks-best-practices

A best practices guide for day 2 operations, including operational excellence, security, reliability, performance efficiency, and cost optimization.
https://aws.github.io/aws-eks-best-practices/
Other
2.04k stars 500 forks source link

Update iam.md #541

Open mkarakas opened 4 months ago

mkarakas commented 4 months ago

Issue #, if available:

Description of changes:

Providing more clarity in the 'Don't use a service account token for authentication' section for the alternative approach of using instance profile and mapping to RBAC role can be done by using the Cluster Access Manager or the aws-auth ConfigMap (deprecated).

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

joebowbeer commented 4 months ago

FYI - the NCC Group article link is dead #545