Note
Multi-Region strong consistency (MRSC) is available in preview and is subject to change.
In preview, a global table with MRSC must contain exactly three replicas in the supported Regions. You create an MRSC global table by adding two replica tables to a single-Region DynamoDB table that doesn't contain any data, and doesn't have any unsupported features configured.
This console procedure creates an MRSC global table by creating a new single-Region table. This procedure also adds two replica tables in the remaining supported preview Regions.
-
Sign in to the AWS Management Console and open the DynamoDB console at https://console.aws.amazon.com/dynamodb/
. -
From the top navigation pane, choose the Region where global tables with MRSC is supported. For example, choose
us-east-2
. -
Create a new on-demand, single-Region table. For information about creating a table, see AWS Management Console in Step 1: Create a table in DynamoDB.
Note
It might take a few minutes for the newly created table to change to the ACTIVE state.
-
On the Tables page, choose your newly created table.
-
Choose the Global tables tab, then choose Create replica.
-
On the Create replica page, do the following:
-
Under Multi-Region Consistency, choose Strong consistency.
-
Choose Create replicas.
Note
It might take a few minutes for the new replica tables to appear and change to the ACTIVE state.
-