AWS - DynamoDBA developer sets a DynamoDB table to provisioned mode but forgets to specify write capacity units. What will happen when the table is created?ATable is created but write operations are throttled immediatelyBTable creation fails due to missing write capacity unitsCTable is created in on-demand mode automaticallyDTable is created with default write capacity units of 5Check Answer
Step-by-Step SolutionSolution:Step 1: Understand required parameters for provisioned modeBoth read and write capacity units are mandatory when creating a provisioned table.Step 2: Identify behavior when write units are missingMissing write capacity units causes table creation to fail with an error.Final Answer:Table creation fails due to missing write capacity units -> Option BQuick Check:Missing capacity units = creation failure [OK]Quick Trick: Provisioned mode requires both read and write units [OK]Common Mistakes:Assuming default units are assignedThinking mode switches automaticallyBelieving table creates with throttling only
Master "DynamoDB" in AWS9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More AWS Quizzes API Gateway - API keys and usage plans - Quiz 13medium API Gateway - API Gateway throttling - Quiz 1easy API Gateway - REST API creation - Quiz 1easy Auto Scaling - Auto Scaling groups - Quiz 8hard CloudWatch - Default vs custom metrics - Quiz 4medium DynamoDB - Creating a DynamoDB table - Quiz 10hard DynamoDB - Scan vs query performance - Quiz 9hard DynamoDB - Creating a DynamoDB table - Quiz 1easy Elastic Load Balancing - Target groups concept - Quiz 9hard Elastic Load Balancing - Network Load Balancer (NLB) - Quiz 2easy