Search⌘ K
AI Features

Demo: Creating A Table

Explore how to create DynamoDB tables using the AWS console and AWS CLI. Understand the process of setting up partition and sort keys, configuring read and write capacities, and managing AWS CLI installation and configuration. Practice running commands to build a table named Blog and apply the skills in a Linux-based terminal environment.

Creating a Table Using the AWS Console

  1. Sign in to the AWS management console.
  2. Use the AWS console search bar to search for “DynamoDB” and select “DynamoDB” from the search results.
  3. Click the “Create table” button.
  4. Write a table name, partition key, and sort key.
  5. From the “Settings” section, select the “Customize settings” option.
  6. Under the “Read/write capacity
...