PassDrill Free practice questions with explanations that actually teach.

AWS-SAA · vpc · Q010 · hard

An application currently calls the Amazon Kinesis API using its standard public regional endpoint hostname. The team creates an interface VPC endpoint for Kinesis with private DNS enabled, expecting to avoid code changes while removing the need for internet or NAT gateway access. Does this work, and why?

  1. Yes, because enabling private DNS makes the standard public hostname resolve to the endpoint's private IP addresses inside the VPC
  2. No, the application must be rewritten to use the VPC-endpoint-specific DNS name
  3. Yes, but only if the VPC's internet gateway is also removed first
  4. No, interface endpoints only support services accessed by IP address, never by hostname