Bird
0
0

You want to restrict DynamoDB access through a VPC endpoint to only specific tables. How can you achieve this?

hard🚀 Application Q8 of 15
DynamoDB - Security and Access Control
You want to restrict DynamoDB access through a VPC endpoint to only specific tables. How can you achieve this?
ABy configuring security groups on the VPC endpoint
BBy setting a VPC endpoint policy that allows access only to specified table ARNs
CBy enabling encryption on the DynamoDB tables
DBy creating separate VPC endpoints for each table
Step-by-Step Solution
Solution:
  1. Step 1: Understand VPC endpoint policies

    Endpoint policies control which DynamoDB resources can be accessed through the endpoint.
  2. Step 2: Apply policy to restrict access

    By specifying allowed table ARNs in the policy, access can be limited to those tables only.
  3. Final Answer:

    By setting a VPC endpoint policy that allows access only to specified table ARNs -> Option B
  4. Quick Check:

    Endpoint policy controls resource access [OK]
Quick Trick: Use endpoint policies to restrict table access [OK]
Common Mistakes:
MISTAKES
  • Thinking separate endpoints per table are needed
  • Confusing encryption with access control
  • Assuming security groups restrict DynamoDB access

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More DynamoDB Quizzes