Activates a successor certificate authority (CA) as the signing certificate authority for your cluster, completing a CA rotation.
When you activate a successor CA, Amazon EKS promotes it to be the cluster's signer (its
signingStatus becomes
IN_USE) and the outgoing CA is retired (
NOT_USED). The outgoing CA remains in the cluster's trust bundle but no longer signs certificates. The successor CA you activate must already be present on the cluster and fully distributed (its
distributionStatus must be
COMPLETE). This is an asynchronous operation that returns an
update object you can track with
DescribeUpdate.
Before you activate the successor CA, make sure the worker nodes you manage and your external clients have been updated to trust it, so they maintain connectivity to the API server after activation. For a limited period after activation, CA rollback is available to revert to the outgoing CA if needed. If you don't activate the successor CA yourself, Amazon EKS activates it automatically as the expiration deadline approaches. For more information, see
Rotate the Amazon EKS cluster certificate authority in the
Amazon EKS User Guide.