Demo: Creating A Table
Create a table from the AWS console and AWS CLI.
Creating a Table Using the AWS Console
- Sign in to the AWS management console.
- Use the AWS console search bar to search for “DynamoDB” and select “DynamoDB” from the search results.
- Click the “Create table” button.
- Write a table name, partition key, and sort key.
- From the “Settings” section, select the “Customize settings” option.
- Under the “Read/write capacity setting” section, select the “Provisioned” option.
- Scroll down and turn auto-scaling off under “Read capacity” and “Write capacity”. We will enter
1
as our read and write capacity unit. - Let the “Encryption at rest” option stay as it is.
- Click the “Create table” button to complete the process.
Get hands-on with 1400+ tech skills courses.