Bird
0
0

You tried to add a new region to an existing Global Table but got an error. What is a common cause?

medium📝 Debug Q14 of 15
DynamoDB - Backup and Recovery
You tried to add a new region to an existing Global Table but got an error. What is a common cause?
AYou forgot to enable encryption on the new region
BThe new region's table has a different primary key schema
CGlobal Tables do not support more than two regions
DYou used the update-table command instead of update-global-table
Step-by-Step Solution
Solution:
  1. Step 1: Check schema requirements for Global Tables

    All replicas in Global Tables must have the same primary key schema to replicate correctly.
  2. Step 2: Identify cause of error

    If the new region's table has a different primary key schema, adding it will fail.
  3. Final Answer:

    The new region's table has a different primary key schema -> Option B
  4. Quick Check:

    Matching primary keys required for Global Tables [OK]
Quick Trick: All regions must share the same primary key schema [OK]
Common Mistakes:
MISTAKES
  • Assuming encryption causes add-region errors
  • Believing Global Tables limit regions to two
  • Confusing update-table with update-global-table commands

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More DynamoDB Quizzes