AWS Certified Advanced Networking – Specialty (ANS-C01) — Question 45

A data analytics company has a 100-node high performance computing (HPC) cluster. The HPC cluster is for parallel data processing and is hosted in a VPC in the AWS Cloud. As part of the data processing workflow, the HPC cluster needs to perform several DNS queries to resolve and connect to Amazon RDS databases, Amazon S3 buckets, and on-premises data stores that are accessible through AWS Direct Connect. The HPC cluster can increase in size by five to seven times during the company’s peak event at the end of the year.
The company is using two Amazon EC2 instances as primary DNS servers for the VPC. The EC2 instances are configured to forward queries to the default VPC resolver for Amazon Route 53 hosted domains and to the on-premises DNS servers for other on-premises hosted domain names. The company notices job failures and finds that DNS queries from the HPC cluster nodes failed when the nodes tried to resolve RDS and S3 bucket endpoints.
Which architectural change should a network engineer implement to provide the DNS service in the MOST scalable way?

Answer options

Correct answer: C

Explanation

The correct answer is C, as creating Route 53 Resolver outbound endpoints and configuring rules allows for efficient query handling and scalability. This setup eliminates the dependency on EC2 instances, which may not scale effectively with increased HPC cluster size. Options A and B do not address the scalability issue adequately, while D unnecessarily complicates the architecture by routing queries through on-premises servers.