KEMBAR78
CC Lab-7 | PDF | Computers
0% found this document useful (0 votes)
16 views2 pages

CC Lab-7

This AWS steps for hands-on experience.

Uploaded by

xitetay312
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views2 pages

CC Lab-7

This AWS steps for hands-on experience.

Uploaded by

xitetay312
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

SREE VIDYANIKETHAN ENGINEERING COLLEGE SREE SAINATH NAGAR,A.

RANGAMPET

NAME OF THEEXPERIMENT
Roll Number : Page No :

7. Create Dynamo DB & Add data records & Verify search & scan operations using AWS

1. Create a new DynamoDB table: create a new DynamoDB table with name “EMPLOYEE”

2. Configure the table: You will need to provide information about your DynamoDB table, including the
following:

 Table name: EMPLOYEE

 Primary key: Define the primary key for your table. A primary key consists of one or two attributes:
a partition key and an optional sort key. This key is used to uniquely identify items in the table.

3. Create the table: After configuring all the necessary settings, click the "Create" button to create your
DynamoDB table.

4. Access and interact with your table: Once your DynamoDB table is created, user can start adding and
retrieving data.
SREE VIDYANIKETHAN ENGINEERING COLLEGE SREE SAINATH NAGAR,A.RANGAMPET

NAME OF THEEXPERIMENT
Roll Number : Page No :

Note:- You can use the AWS SDKs, AWS CLI, or AWS Management Console to interact with the table and
perform database operations.

5. Output of search in table:

You might also like