Exercise 8 : Create and Carrout Read and Write Operation in AWS Dyanmo DB

To create and carrout read and write operation in AWS Dynamo DB:

1. In navigation, click dynamoDB option. And click create table option.





2. In table details field, fill the required name, partition key and sort key and fill the required fields and  click create button.


3.  In navigation ,click explore items option. Select the table that you have created.

      Click create item option and fill the details of partition keys and click create.



4. Repeat the step 3 again create partition key  and enter value and click create item.



5.  After creating 3 attributes(partitions) and again click create item option .

In add attribute option, select binary and again click attribute and select list and 

click create item button.




6. Yeah, we have done write operation. To read that, click the scan/query items. Click scan, In filters, select the attribute that you have created and enter the value. And select the run button. And you will get  successful message. 



7. Select the json view in attribute to view it in the json code of created attribute.




Comments

Popular posts from this blog

Application-Load balancer

virtual to virtual migration

My First Virtual Machine