+++
title = "Workshop Cleanup"
chapter = false
weight = 1
hidden = false
+++
#### Congratulations! You have successfully completed the Advanced Observability with AppDynamics workshop!
#### Before we start the teardown process, please complete **this survey** and let us know how you liked the workshop.
#### The feedback you provide will help us with improving this workshop along with future workshops.
{{% notice warning %}}
In order to prevent charges to your AWS account, we recommend cleaning up the infrastructure that was created. If you plan to keep things running so you can examine the workshop a bit more, please remember to do the cleanup when you are done. It is very easy to leave things running in an AWS account, forget about it, and then accrue charges.
{{% /notice %}}
Execute the commands below to cleanup all workshop resources:
```
cd /home/ec2-user/environment/modernization_workshop
./teardown_workshop.sh
```
{{% notice info %}}
The setup utility takes approximately 10 minutes to complete.
{{% /notice %}}
The output from the teardown script when it starts, should look like this:

The output from the teardown script when it deletes the EKS cluster, should look like this:

The output from the teardown script when it ends, should look like this:

## Next
We'll walk through the **steps to cleanup the Cloud9 instance** you created for the workshop.