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?
✗ Incorrect
DynamoDB uses a Gateway VPC endpoint to route traffic privately without using the internet.
What is the main benefit of using a VPC endpoint for DynamoDB?
✗ Incorrect
VPC endpoints keep traffic within AWS network, enhancing security by avoiding the public internet.
If you do not use a VPC endpoint, how does your VPC access DynamoDB?
✗ Incorrect
Without a VPC endpoint, traffic to DynamoDB goes over the public internet.
Which AWS service feature allows private communication between your VPC and DynamoDB?
✗ Incorrect
VPC endpoints enable private connections between your VPC and AWS services like DynamoDB.
What is NOT a characteristic of a Gateway VPC endpoint?
✗ Incorrect
Gateway endpoints do NOT require an internet gateway; they route traffic internally.
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.