To clean up VMware Telco Cloud Service Assurance, you can follow the steps described in this section.

Public Network

  1. Uninstall the VMware Telco Cloud Service Assurance.
    1. For VMware Telco Cloud Service Assurance, edit deploy.settings DEPLOYMENT _ACTION.
      DEPLOYMENT_ACTION="cleanup"
  2. Run ./tcx_app_deployment.sh.
    Note: Ensure that all the services have been removed.
  3. Release the Static Elastic IP.
    aws ec2 release-address --allocation-id <Allocation ID> --profile <your-aws-profile> --region <your-region>

Private Network

  1. Uninstall the VMware Telco Cloud Service Assurance.
    1. For VMware Telco Cloud Service Assurance, edit deploy.settings DEPLOYMENT _ACTION.
      DEPLOYMENT_ACTION="cleanup"
  2. Run ./tcx_app_deployment.sh
    Note: Ensure that all the services have been removed.
  3. If you do not want the cluster anymore, clean up the cluster by running the following command:
    eksctl delete cluster -f /tmp/basic-cluster.yml --profile <your-profile-ID> --wait.  # Don't skip the --wait option