Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 1 KB

File metadata and controls

31 lines (16 loc) · 1 KB

Dynamodb Global Tables

Prerequisites

  1. AWS CLI installed and configured (aws configure)
  2. Appropriate IAM permissions for the AWS services used

Step 1: Creating table

The script handles this step automatically. See dynamodb-global-tables.sh for the exact CLI commands.

Step 2: Enabling point-in-time recovery

The script handles this step automatically. See dynamodb-global-tables.sh for the exact CLI commands.

Step 3: Describing continuous backups

The script handles this step automatically. See dynamodb-global-tables.sh for the exact CLI commands.

Step 4: Writing and reading items

The script handles this step automatically. See dynamodb-global-tables.sh for the exact CLI commands.

Step 5: Table details

The script handles this step automatically. See dynamodb-global-tables.sh for the exact CLI commands.

Cleanup

The script prompts you to clean up all created resources. If you need to clean up manually, check the script log for the resource names that were created.