NetBackup™ Marketplace Deployment on Amazon Elastic Kubernetes Service (EKS) Cluster
- Introduction to NetBackup Marketplace deployment on EKS Cluster
- Deployment with the AWS Marketplace offer
- Configuration Parameters
- Accessing the NetBackup
- Cleanup the environment
Cleanup steps
These steps are to be followed if you wish to cleanup the resource which are created during the deployment.
Delete the root stack from CloudFormation. It will delete all the nested stacks and its resources.
By default, all the EBS volumes are retained. To cleanup the EBS volumes manually, navigate to the EBS on AWS console and filter with cluster name and then delete it.
By default, EFS file system and mount targets are retained. To cleanup these file systems, navigate to EFS on AWS console, and search with Instance name (environment name) and then delete the file systems.
As CloudFormation extensions are used in deployment, it creates lambda functions in the back-end. Navigate to lambda functions and manually delete it.
Note:
While deleting the CloudFormation stack, if the EFS volume mount stack fails to delete, proceed with deleting other stacks; and retain the EFS volume mount stack. Even though the EFS volume mount stack is retained, the resources created as part of the stack are deleted as the cluster gets deleted.