0
0
DynamoDBquery~5 mins

VPC endpoints for private access in DynamoDB - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is a VPC endpoint in AWS?
A VPC endpoint allows private connections between your Virtual Private Cloud (VPC) and supported AWS services without using the public internet.
Click to reveal answer
beginner
Why use a VPC endpoint for DynamoDB?
Using a VPC endpoint for DynamoDB lets your applications access DynamoDB securely and privately without sending traffic over the internet.
Click to reveal answer
intermediate
What type of VPC endpoint is used for DynamoDB?
DynamoDB uses a Gateway VPC endpoint, which routes traffic directly to DynamoDB without needing an internet gateway or NAT device.
Click to reveal answer
intermediate
How does a VPC endpoint improve security for DynamoDB access?
It keeps data traffic within the AWS network, preventing exposure to the public internet and reducing risk of interception.
Click to reveal answer
beginner
Can you access DynamoDB from a VPC without a VPC endpoint?
Yes, but traffic goes over the internet, which may expose data and require additional security measures like NAT gateways or internet gateways.
Click to reveal answer
What type of VPC endpoint is used to connect to DynamoDB privately?
ATransit gateway
BGateway endpoint
CVPN endpoint
DInterface endpoint
What is the main benefit of using a VPC endpoint for DynamoDB?
APrivate and secure access without internet exposure
BFaster internet speed
CLower AWS costs
DAutomatic backups
If you do not use a VPC endpoint, how does your VPC access DynamoDB?
AThrough a VPN connection
BDirectly via private IP
COver the public internet
DUsing a NAT gateway
Which AWS service feature allows private communication between your VPC and DynamoDB?
AVPC peering
BElastic IP
CCloudFront
DVPC endpoint
What is NOT a characteristic of a Gateway VPC endpoint?
AIt requires an internet gateway
BIt routes traffic privately within AWS
CIt supports DynamoDB access
DIt does not use public IP addresses
Explain what a VPC endpoint is and why it is useful for accessing DynamoDB privately.
Think about how your data stays inside AWS network.
You got /4 concepts.
    Describe the difference between accessing DynamoDB with and without a VPC endpoint.
    Consider where your data travels in each case.
    You got /4 concepts.