Skip to content

Deprovision

What Will You Do

Important

In the exercise so far, you provisioned an EKS cluster with "Graviton ARM" only worker nodes in the node group. You then configured and deployed a workload to the ARM Graviton based worker node.

In this part of the self-paced exercise, you will deprovision your Amazon EKS cluster and clean up everything.

  • From your Terminal, enter the following command
./rctl delete -f demo-eks-graviton.yaml

Alternatively, you can also perform this from the web console

  • Click on the gear icon on the far right of your EKS cluster
  • Click on Delete and confirm deletion.

This will signal the controller to start deprovisioning the EKS cluster, the worker nodes etc. The entire process can take approximately 10-15 mins to complete.