How to Create DynamoDB on AWS
To create DynamoDB on AWS
Introduction:
Amazon DynamoDB is a completely controlled proprietary NoSQL database service that supports key-value and document data structures and is administered by Amazon.com as part of the Amazon Web Services portfolio. DynamoDB exposes a comparable data model to derives its name from Dynamo but has a different underlying implementation.
Procedure of the DB creation:
Switch your AWS console and login your account
Then click services and search dynamo and click DynamoDB
This the dashboard of the DynamoDB

Now create a table using click create table and enter the table name and enter the primary key and select your key type and click create
The table is created.
Here you can see the overview of the table details
Here you can create row for the table for that click create item
Enter the name of rows and create own tables then click save. Finally the rows are created
Here you can monitor your table
If you want to create alarms for the table to using this option

If you want to take a backup of you table to use the tab
Do you want delete a particular row for the table, first select the row and click action and click delete. Then the row will be deleted
Do you want delete the entire table form the DynamoDB select the table and click delete table and select your priority and type delete and click delete
With this method, to create DynamoDB on AWS is comes to an end.
Comments ( 0 )
No comments available