Skip to content

Part 3: Deprovision

What Will You Do

In this part of the self-paced exercise, you will deprovision your EKS cluster and all infrastructure that was deployed to your AWS account.


Deprovision

You can deprovision/delete your EKS cluster using the RCTL CLI. Note, if the name of the cluster was changed in the previous section, the below command will need to be updated with the cluster name that was used.

rctl delete cluster eks-windows-cluster

Alternatively, you can also perform this from the web console

  • Click on the gear icon on the far right of the cluster
  • Select "Delete" and acknowledge

NOTE that the delete operation can take some time so that it can delete all the infrastructure associated with your EKS Cluster.