DynamoDB - Security and Access ControlWhich of the following is a valid action in an IAM policy for DynamoDB to allow reading data?A"dynamodb:GetItem"B"dynamodb:PutItem"C"dynamodb:DeleteTable"D"dynamodb:CreateBackup"Check Answer
Step-by-Step SolutionSolution:Step 1: Identify actions related to reading data"dynamodb:GetItem" is the action to read an item from a DynamoDB table.Step 2: Verify other options"PutItem" writes data, "DeleteTable" deletes a table, "CreateBackup" creates backups, none are for reading.Final Answer:"dynamodb:GetItem" -> Option AQuick Check:Read action = GetItem = B [OK]Quick Trick: GetItem action reads data in DynamoDB [OK]Common Mistakes:MISTAKESChoosing write or delete actions instead of readConfusing backup actions with data accessUsing incorrect action names
Master "Security and Access Control" in DynamoDB9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More DynamoDB Quizzes Access Patterns and Query Optimization - Write sharding - Quiz 1easy Access Patterns and Query Optimization - Why access patterns drive design - Quiz 14medium Access Patterns and Query Optimization - Burst capacity - Quiz 12easy Cost Optimization and Monitoring - Contributor Insights - Quiz 11easy DynamoDB with Serverless - Event-driven architecture patterns - Quiz 13medium DynamoDB with Serverless - Why DynamoDB pairs with Lambda - Quiz 5medium DynamoDB with Serverless - Why DynamoDB pairs with Lambda - Quiz 7medium DynamoDB with Serverless - AppSync with DynamoDB (GraphQL) - Quiz 12easy DynamoDB with Serverless - AppSync with DynamoDB (GraphQL) - Quiz 9hard Security and Access Control - Fine-grained access control - Quiz 14medium