Bird
0
0

Consider this DynamoDB table with encryption enabled and IAM access control. What happens if a user without permission tries to read data?

medium📝 Predict Output Q13 of 15
DynamoDB - Backup and Recovery
Consider this DynamoDB table with encryption enabled and IAM access control. What happens if a user without permission tries to read data?
AThe request is denied due to lack of permissions.
BThe user can read the data without restrictions.
CThe data is returned but encrypted and unreadable.
DThe table automatically deletes the data.
Step-by-Step Solution
Solution:
  1. Step 1: Understand IAM access control in DynamoDB

    IAM policies control who can access the table. Without permission, access is denied.
  2. Step 2: Analyze the options based on access control

    Only The request is denied due to lack of permissions. correctly states that unauthorized requests are denied.
  3. Final Answer:

    The request is denied due to lack of permissions. -> Option A
  4. Quick Check:

    IAM access control denies unauthorized users [OK]
Quick Trick: No permission means access denied, not encrypted data [OK]
Common Mistakes:
MISTAKES
  • Thinking data is returned but unreadable
  • Assuming unauthorized users can read data
  • Believing data is deleted automatically

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More DynamoDB Quizzes