A 100-node HPC cluster in a VPC performs many DNS queries for RDS, S3, and on-prem resources accessible via Direct Connect. The cluster can scale 5–7x during peak events. The company currently uses two EC2 instances as the VPC DNS servers that forward queries to the VPC resolver and to on-prem DNS. DNS queries from nodes to resolve RDS and S3 endpoints are failing. What architectural change provides the most scalable DNS solution?
Choose an answer
Tap an option to check your answer.
Correct answer: Create Route 53 Resolver outbound endpoints. Create Route 53 Resolver rules to forward queries to on-premises DNS servers for on premises hosted domain names. Reconfigure the HPC cluster nodes to use the default VPC resolver instead of the EC2 instance-based DNS servers. Terminate the EC2 instances..
Why this is the answer
The correct option leverages AWS Route 53 Resolver, a highly scalable and managed DNS service, to handle the fluctuating demands of the HPC cluster. By configuring the HPC nodes to use the default VPC resolver (169.254.169.253), DNS queries for AWS services like RDS and S3 are resolved directly and efficiently within AWS, eliminating the current failures. Route 53 Resolver outbound endpoints and rules ensure that queries for on-premises resources are correctly forwarded to the on-prem DNS servers via Direct Connect. This fully managed approach removes the operational overhead and scaling limitations of EC2-based DNS servers. Scaling out or up EC2 instances (options 1 and 2) introduces manual management, potential bottlenecks, and does not address the fundamental issue of efficiently resolving AWS service endpoints. Creating Route 53 Resolver inbound endpoints (option 4) is for allowing on-premises resources to resolve DNS names in AWS, not for AWS resources to resolve on-premises names, and would still require HPC nodes to query on-prem DNS for all lookups, which is inefficient for AWS services.
Pass your exam — without the endless answer hunt
Get every verified question and explanation for this exam in one place, and save hours of prep. 1,000+ certifications · 20+ languages · free to start.
Pass your exam faster → No card needed