DynamoDB - Backup and RecoveryYou 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 regionBThe new region's table has a different primary key schemaCGlobal Tables do not support more than two regionsDYou used the update-table command instead of update-global-tableCheck Answer
Step-by-Step SolutionSolution:Step 1: Check schema requirements for Global TablesAll replicas in Global Tables must have the same primary key schema to replicate correctly.Step 2: Identify cause of errorIf the new region's table has a different primary key schema, adding it will fail.Final Answer:The new region's table has a different primary key schema -> Option BQuick Check:Matching primary keys required for Global Tables [OK]Quick Trick: All regions must share the same primary key schema [OK]Common Mistakes:MISTAKESAssuming encryption causes add-region errorsBelieving Global Tables limit regions to twoConfusing update-table with update-global-table commands
Master "Backup and Recovery" in DynamoDB9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More DynamoDB Quizzes Access Patterns and Query Optimization - Hot partition prevention - Quiz 10hard Access Patterns and Query Optimization - Why access patterns drive design - Quiz 14medium Access Patterns and Query Optimization - Single-table design methodology - Quiz 8hard Backup and Recovery - Point-in-time recovery (PITR) - Quiz 13medium Backup and Recovery - Why data protection is essential - Quiz 14medium Backup and Recovery - Point-in-time recovery (PITR) - Quiz 12easy DynamoDB with AWS SDK - Document client abstraction - Quiz 9hard DynamoDB with AWS SDK - Pagination with SDK - Quiz 1easy DynamoDB with Serverless - Why DynamoDB pairs with Lambda - Quiz 11easy Security and Access Control - VPC endpoints for private access - Quiz 7medium