Bird
0
0

Which of the following is a valid action in an IAM policy for DynamoDB to allow reading data?

easy📝 Syntax Q3 of 15
DynamoDB - Security and Access Control
Which 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"
Step-by-Step Solution
Solution:
  1. Step 1: Identify actions related to reading data

    "dynamodb:GetItem" is the action to read an item from a DynamoDB table.
  2. Step 2: Verify other options

    "PutItem" writes data, "DeleteTable" deletes a table, "CreateBackup" creates backups, none are for reading.
  3. Final Answer:

    "dynamodb:GetItem" -> Option A
  4. Quick Check:

    Read action = GetItem = B [OK]
Quick Trick: GetItem action reads data in DynamoDB [OK]
Common Mistakes:
MISTAKES
  • Choosing write or delete actions instead of read
  • Confusing backup actions with data access
  • Using incorrect action names

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More DynamoDB Quizzes