Lab 16:To configure Amazon DynamoDB

                                                    Lab 16:To configure Amazon DynamoDB

Objective:To configure a table create records in Amazon DynamoDB

Topology:



Pre-Requites:

User should have AWS account, or IAM user with Amazon Dynamo DB full Access

Task:

Create DynamoDB table
Provide provisioned Read/write capacity
Add the values to a table
scan the table
Query table
Delete the value

1. To Create an Amazon DynamoDB table

To create Table
Open AWS Console
select services Database
Click on DynamoDB




OR



From DynamoDB Dashborad
Click on Create table button



On "Create DynamoDB table"wizard
Provide following value 
Table Name------------------------------>salestable
partition key----------------------------->Itemno,select string



under table settings
select "use default settings"check box
click on Create button



creating



verification
salestable is created



select capacity
under"provisioned capacity"
provide the following values
Read capacity------------------>2
Write capacity units-------------->2
click on Save button



select Item 
click on create item




To add ,append ,insert ,values in the table
Open DynamoDB Dashboard ,select Tables
select the tables from tables list
check status, by clicking on

Overview
items
metrics
Alarms
capacity
indexes Tiggers
Access control

Select items ,add terms fileld
click on "create items"
 
on "create items"
click on"create items"
click on Tree
click on plus radio button
provide
Itemno string                     1

click on plus radio button



 select insert ,select string
item Name                  string                fruits





click on plus radio button
select insert ,select number
ph-------------->123456789
click on Save



To view all entered data
Select scan,click start search




To add values in the created fields
Select the table row ,click Action button
select Duplicate




Now modify the values of the field
Now row will be created
Click on save



verify




To delete the table permently for DynamoDB
From the AWS console
Select services Database
Choose DynamoDB

Under Tables,select the table for the list
click on Action button
select "Delete Table"




Click Delete button



verify Table is Deleted



Comments