How to delete huge data from DynamoDB table in AWS

0 votes

Hi Team,

I have a DyanamoDB table in AWS. It contains a huge amount of data. I want to delete the data from the DyanamoDB table. Can anyone tell me how to do that?

Dec 16, 2020 in AWS by akhtar
• 38,230 points
2,914 views

1 answer to this question.

0 votes

Hi@akhtar,

If you required to delete all the items, you may consider dropping and re-creating the DynamoDB table. This is the fastest & simplest method if all the items are to be deleted from the table, without spending time in scanning and deleting each item. You can use the below command from your AWS CLI.

$ aws dynamodb delete-table --table-name test_data
answered Dec 16, 2020 by MD
• 95,440 points

Related Questions In AWS

0 votes
1 answer
0 votes
1 answer

How to create a DynamoDB table in AWS?

Creating a DynamoDB table is made very ...READ MORE

answered Feb 22, 2019 in AWS by Priyaj
• 58,090 points
914 views
0 votes
1 answer
0 votes
1 answer

How to load data into a table in DynamoDB using Java?

You can create a .json file with the ...READ MORE

answered Feb 26, 2019 in AWS by Priyaj
• 58,090 points
6,428 views
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,439 views
+2 votes
1 answer
0 votes
1 answer

How to delete a file from a branch in AWS CodeCommit?

Hi@akhtar, The following delete-file example demonstrates how to ...READ MORE

answered Nov 24, 2020 in AWS by MD
• 95,440 points
3,427 views
0 votes
1 answer

What kind of data generates from EC2 to EBS in AWS

Hi, First thing is EC2 is a compute service whereas EBS is ...READ MORE

answered Mar 16, 2020 in AWS by MD
• 95,440 points
934 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP