AWS Certified Database – Specialty — Question 113

A company has applications running on Amazon EC2 instances in a private subnet with no internet connectivity. The company deployed a new application that uses Amazon DynamoDB, but the application cannot connect to the DynamoDB tables. A developer already checked that all permissions are set correctly.
What should a database specialist do to resolve this issue while minimizing access to external resources?

Answer options

Correct answer: D

Explanation

Creating a VPC endpoint for DynamoDB allows the EC2 instances in the private subnet to securely access DynamoDB without needing an internet connection. The other options either require internet access or do not specifically address the need to connect to DynamoDB from a private subnet.