Developer Center / Getting Started / Hands-on / ...
Getting Started with AWS
Create and Manage a Nonrelational Database
with Amazon DynamoDB
Module 5: Clean up and next steps
To finish this experiment, you will clean up the resources created in this lab.
Congratulations!
You have completed this DynamoDB tutorial and have worked through the basics of working with DynamoDB by using an HTTP API. Follow the steps in this module to delete the resources you created in this project.
For more information about DynamoDB, see the following resources:
- Best Practices for DynamoDB
- On-Demand Backup and Restore for DynamoDB
- Global Tables
- In-Memory Acceleration with DynamoDB Accelerator (DAX).
Find this information and more in the DynamoDB Developer Guide.
Time to Complete
15 minutes
Implementation
-
Delete your DynamoDB Table
You can delete a DynamoDB table by using the DeleteTable API. There is an example in the delete_table.py script.
Delete your table by running the following command in your AWS Cloud9 terminal.
$ python delete_table.py
The resulting output should show that the table was deleted successfully.
-
Delete your AWS Cloud9 Environment
To delete the AWS Cloud9 environment that you used to run your commands:
- Go to the AWS Cloud9 console.
- Choose your DynamoDB Deep Dive environment and choose Delete.
- In the dialog box, type Delete in the box, and choose Delete.