Deleting PPC

Steps to delete the cluster

Uninstalling Features and Protectors

To uninstall features and protectors, refer the relevant documentation.

Cleaning up the EKS Resources

To destroy all created resources, including the EKS cluster and related components, run the following commands.

# Navigate setup directory
cd iac_setup

# Clean up all resources
make clean

Executing this command destroys the PPC and all related components.


Last modified : April 13, 2026