Deploy a Web Application on AWS Amplify

GETTING STARTED GUIDE

Module 4: Clean Up Your Resources

In this module, we will clean up the resources that you deployed in previous modules

Introduction

You have now completed this guide, but you still need to clean up the resources created during this guide. If your account is still in the free tier, there will not be any monthly charges. Once out of the free tier, there will not be any cost if no API calls are made, only when you use the application. Please see the AWS AppSync Pricing page for the details.

You will now remove your application, and all the resources created for it on AWS. 

What You Will Learn

  • How to remove AWS resources created with Amplify CLI

 Time to Complete

< 2 minutes

 Module Prereqs

  • AWS Account with administrator-level access**
  • Recommended browser: The latest version of Chrome or Firefox

[**]Accounts created within the past 24 hours might not yet have access to the services required for this tutorial.

Implementation

Cleaning up your AWS environment

Run amplify delete to do this, and confirm with y when asked: Amplify will ask you to confirm the deletion of the application:

? Are you sure you want to continue? Yes
⠋ Deleting resources from the cloud. This may take a few minutes...
Deleting env: dev.
✔ Project deleted in the cloud.
Project deleted locally.

When you see Project deleted in the cloud, all your resources have been removed.

Conclusion

Congratulations! You have finished the Deploy a Web Application on AWS Amplify getting started guide. Continue your journey with AWS by following the the next steps section below.

Was this page helpful?