vFunction Logo

Cleanup

In this section, we will clean up the resources created for this workshop by vfunction-workshop package.

  1. Log in to your AWS Account and open the AWS CloudShell (icon is on top right toolbar)

  2. Run the “destroy” script to delete all the resources

    bash ~/vfunction-workshop/destroy.sh

    Wait for the script to complete

  3. Delete the vfunction-workshop-aws-installation.tgz and the vfunction-workshop-aws-installation directory (under your home directory in the cloud shell)

    cd ~
    rm -rf ./vfunction-workshop
    rm vfunction-workshop-aws-installation.tgz

vFunction Logo