Tuesday 16 April 2024

This lab illustrates how to create and remotely access a dynamodb table. Dynamodb is a NoSQL managed database service.

 

Overview

Step 1 - Create a Dynamodb Table

Go to Database - Dynamodb service and click on Create table.

lab-012-scrn-01 lab-012-scrn-02 lab-012-scrn-03 lab-012-scrn-04

Step 2 - Create and Download an Access Key

Go to IAM - Users and then select your user. Then go to Security credentials and create an access key. Download the key you created (a csv file) and use it on the next step.

Step 3 - Connect to Dynamodb Table

Download and install NoSQL Workbench. Follow the steps to connect to your dynamodb table.

lab-012-scrn-05 lab-012-scrn-06 lab-012-scrn-07

Test and Validation

After you connect, try to visualize the contents of the table and modify it.

lab-012-scrn-08 lab-012-scrn-09

No comments:

Post a Comment