Deleting a DynamoDB Table

Lab Steps

lock
Logging in to the Amazon Web Services Console
lock
Creating a DynamoDB Table with a Partition Key
lock
Creating a DynamoDB Table with Local and Global Secondary Indexes
lock
Inserting Items Into a DynamoDB Table
lock
Editing DynamoDB Table Items
lock
Querying a DynamoDB Table
lock
Deleting a DynamoDB Table
Need help? Contact our support team

Here you can find the instructions for this specific Lab Step.

If you are ready for a real environment experience please start the Lab. Keep in mind that you'll need to start from the first step.

Introduction

You can delete a DynamoDB table using the DynamoDB dashboard in the AWS Management Console. In this lab step, you will practice deleting a table.

 

Instructions

1. In the left-hand menu, click Tables:

alt

 

2. In the Tables table, select the Thread table:

alt

 

3. On the right-hand side, click Delete:

alt

The Delete table confirmation modal will appear.

Notice that you have the ability to create a backup for a table before deleting it.

 

4. In the confirmation textbox, enter delete and click Delete table:

alt

You will see a message summarizing the deletion:

alt

 

5. To continue, click Go to tables:

alt

 

6. To update the Tables table, click the refresh icon:

alt

You will now see only two tables listed.

 

Summary

In this lab step, you used the DynamoDB dashboard to delete a DynamoDB table.

Validation checks
1Checks
Deleted the DybamoDB Table

Check that the Thread DynamoDB table has been removed.

Amazon DynamoDB