Workshop Cleanup


Now it’s time to do a small amount of cleanup that will only take a few steps to complete.


Delete CloudFormation Stack

  Use the link below in a new browser tab to navigate to CloudFormation in the AWS console.

https://us-west-1.console.aws.amazon.com/cloudformation/home?region=us-west-1

  Use the steps below to find your CloudFormation stack and delete it.

  1. Type in AppD-FSO-Lab-{your-lab-number} in the search box and hit enter
  2. Select your CloudFormation Template
  3. Click on the Delete button

image

  Now click on the Delete stack button to confirm deletion of your CloudFormation stack.

image


Run Workshop Teardown

  In your Cloud9 terminal use the commands below to teardown the remaining workshop artifacts.

cd /home/ec2-user/environment/workshop

./teardownWorkshop.sh

The output from the teardown script when it starts should look like this and should take ~8 minutes to complete.

image

The output from the teardown script when it finishes should look like this.

image

image

All finished! Thank you for taking the time clean up!