In this section, we will clean up the resources created for this workshop by vfunction-workshop package.
Log in to your AWS Account and open the AWS CloudShell (icon is on top right toolbar)
Run the “destroy” script to delete all the resources
bash ~/vfunction-workshop/destroy.sh
Wait for the script to complete
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