Help improve this page
Want to contribute to this user guide? Choose the Edit this page on GitHub link that is located in the right pane of every page. Your contributions will help make our user guide better for everyone.
Remove Pod Identity associations from an Amazon EKS add-on
Remove the Pod Identity associations from an Amazon EKS add-on.
-
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.
-
-
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 "[]"