

# Task 6: Clean Up Resources
<a name="module-six"></a>


|  |  | 
| --- |--- |
|  **Time to complete**  |  5 minutes   | 

## Overview
<a name="overview"></a>

In this task, you will go through the steps to delete all the resources you created throughout this tutorial. It is a best practice to delete resources you are no longer using to avoid unwanted charges. 

## Implementation
<a name="implementation"></a>

### Step 1: Open general settings
<a name="open-general-settings"></a>

In the Amplify console, in the left-hand navigation for the **profilesapp**, choose **App settings**, and select **General settings**. 

### Step 2: Delete the app
<a name="delete-the-app"></a>

In the **General settings** section, choose **Delete app**. 

![\[The AWS Amplify Console showing the General Settings page for an app named 'profilesapp', highlighting the 'Delete app' option under App settings.\]](http://docs.aws.amazon.com/hands-on/latest/build-web-app-s3-lambda-api-gateway-dynamodb/images/console-general-settings-delete-aecbb.png)


## Congratulations
<a name="congratulations"></a>

You have created a React web app and used Amplify to configure auth and data resources. Additionally, you created a function to update the data model with the user’s details when they sign up. Then, you created frontend to display the captured data. Finally, you used AWS Amplify to host the app\$1  