Skip to content

Part 5: 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 and the other resources created using the RCTL CLI.

  • Run the following commands
rctl delete pipeline gitops-eks-pipeline
rctl delete repository gitops-eks-repo
rctl delete agent gitops-eks-agent
rctl delete cluster gitops-eks-cluster 

Note

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