Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/iam/iam-identity-mappings.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[#iam-identity-mappings]
= Manage IAM users and roles

NOTE: AWS suggests migraitng to <<pod-identity-associations>> from the `aws-auth` ConfigMap.
NOTE: AWS suggests migrating to <<pod-identity-associations>> from the `aws-auth` ConfigMap.

EKS clusters use IAM users and roles to control access to the cluster. The rules are implemented in a config map

Expand Down Expand Up @@ -59,7 +59,7 @@ more mappings matching this role are found.
eksctl delete iamidentitymapping --cluster <clusterName> --region=<region> --account user-account
----

== Edit ConfigMap using a ClusterConfig file
== Edit ConfigMap using a ClusterConfig file

The identity mappings can also be specified in ClusterConfig:

Expand Down