AWS Certified Solutions Architect – Associate (SAA-C03) — Question 566

A solutions architect needs to ensure that API calls to Amazon DynamoDB from Amazon EC2 instances in a VPC do not travel across the internet.

Which combination of steps should the solutions architect take to meet this requirement? (Choose two.)

Answer options

Correct answer: A, B

Explanation

To establish a private connection to Amazon DynamoDB from a VPC, a gateway VPC endpoint must be created, which routes traffic internally without using the public internet. Once created, the VPC route tables must be updated with an entry that automatically directs DynamoDB-bound traffic through this gateway. Options C, D, and E are incorrect because gateway endpoints do not use elastic network interfaces (ENIs) or security groups, unlike interface endpoints.