Deprovision
What Will You Do¶
Important
In the exercise so far, you provisioned an EKS cluster with two Fargate Profiles. You then configured and deployed a workload on AWS Fargate
Now, let us deprovision your Amazon EKS cluster and clean up everything.
- From your Terminal, enter the following command
./rctl delete -f fargate-demo.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 and all associated resources.
Note
The entire process can take approximately 10-15 mins to complete.