Cleaning up of Elastio Deployment from your System
Abhishek Sharma
November 23, 2022
You can clean elastio deployment in the following steps:
1. Delete the Elastio vault
Use the following command to delete an Elastio vault:
elastio vault delete --vault <vault-name>
2. Destroy the Elastio Stack
The Elastio stack is the CloudFormation stack and should be manually deleted after first removing the Cloud Connector. The Cloud Connector is found in, and can be removed from, the CloudFormation section in the AWS console.
Use the following command to destroy the CloudFormation stack:
elastio stack destroy
3. Remove the Elastio Shell
Run the following command to remove the Elastio Shell:
pip3 uninstall elastio_shell
4. Remove the Elastio CLI
The next step when cleaning up the Elastio Deployment is to uninstall or remove the Elastio CLI. This is achieved in the following manner.
Use the following script to uninstall the Elastio CLI and Elastio Snap:
sudo /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/elastio/elastio-stack/master/scripts/install-elastio.sh) $0" -- -u