Cleanup - Alfresco Content Services - 23.4 - 23.4 - Ready - Alfresco - external

Alfresco Content Services

Platform
Alfresco
Product
Alfresco Content Services
Release
23.4
License
  1. Remove the acs and acs-ingress deployments:
      helm uninstall -n alfresco acs acs-ingress
    
  2. Delete the Kubernetes namespace:
     kubectl delete namespace alfresco
    
  3. Go to the EFS Console, select the file system we created earlier, and press the “Delete” button to remove the mount targets and file system.
  4. Go to the IAM console and remove the AmazonRoute53FullAccess managed policy we added to the NodeInstanceRole in the File System section otherwise the cluster will fail to delete in the next step.
  5. Finally, delete the EKS cluster (replace YOUR-CLUSTER-NAME with the name you gave your cluster):
     eksctl delete cluster --name YOUR-CLUSTER-NAME