Remove Pod Identity associations from an Amazon EKS add-on - Amazon EKS

Remove Pod Identity associations from an Amazon EKS add-on

Remove the Pod Identity associations from an Amazon EKS add-on.

  1. Determine:

    • cluster-name - The name of the EKS cluster to install the add-on onto.

    • addon-name - The name of the Amazon EKS add-on to install.

  2. Update the addon to specify an empty array of pod identity associations.

    aws eks update-addon --cluster-name <cluster-name> \ --addon-name <addon-name> \ --pod-identity-associations "[]"