
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
An application runs on Amazon EC2 instances in private subnets. The application needs to access an Amazon DynamoDB table. What is the MOST secure way to access the table while ensuring that the traffic does not leave the AWS network?
A
Use a VPC endpoint for DynamoDB.
B
Use a NAT gateway in a public subnet.
C
Use a NAT instance in a private subnet.
D
Use the internet gateway attached to the VPC.
Explanation:
Correct Answer: A - Use a VPC endpoint for DynamoDB
Why this is correct:
Why other options are incorrect:
B. Use a NAT gateway in a public subnet:
C. Use a NAT instance in a private subnet:
D. Use the internet gateway attached to the VPC:
Key Security Benefits of VPC Endpoints:
This solution aligns with AWS best practices for secure, private access to AWS services from resources in private subnets.