Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Databases AWS - Create a on demand DynamoDB table

Solution

This solution is provided using AWS Console, Terraform and Pulumi, North Virginia (us-east-1) will be used

  1. Enter the DynamoDB dashboard and click on create table 1
  2. Enter the table name 2
  3. Fill the partition key and sort key, select number for the sort key 3
  4. Select customized settings and Standard-IA 4
  5. Select on demand in capacity mode 5
  6. Leave encryption by default and click on create table 6