How to Create Table using Backup on DynamoDB in AWS
To Create Table using backup on DynamoDB in AWS
Introduction:
Amazon DynamoDB is a completely controlled proprietary NoSQL database service that supports key-value and document data structures and it is offered by Amazon.com as part of the Amazon Web Services portfolio. DynamoDB displays a similar data model and to derives its name from Dynamo, but has a separate underlying implementation.
Procedure:
Switch your AWS console and login your account. This is my AWS management dashboard
Then click services and type DynamoDB and click DynamoDB
This is the dashboard of the DynamoDB here click backups

This backup tab you will see all backups which you created from the tables
Now I will show you how to create a table using previous backups. For that select backup. Which you have to create table using restore backup file and click restore backup.
Here enter the valid Table Name then select your backup option and select your region restore and finally click restore backup

Here you can see the table is created with the backup and click items here you can see the entire data from the backup table is restored to this table without any lose
With this method, to create table using previous backup on DynamoDB in AWS is comes to an end.
Comments ( 0 )
No comments available