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

A company has expanded its network to the AWS Cloud by using a hybrid architecture with multiple AWS accounts. The company has set up a shared AWS account for the connection to its on-premises data centers and the company offices. The workloads consist of private web-based services for internal use. These services run in different AWS accounts. Office-based employees consume these services by using a DNS name in an on-premises DNS zone that is named example.internal.
The process to register a new service that runs on AWS requires a manual and complicated change request to the internal DNS. The process involves many teams.
The company wants to update the DNS registration process by giving the service creators access that will allow them to register their DNS records. A network engineer must design a solution that will achieve this goal. The solution must maximize cost-effectiveness and must require the least possible number of configuration changes.
Which combination of steps should the network engineer take to meet these requirements? (Choose three.)

Answer options

Correct answer: B, D, F

Explanation

The correct steps involve creating a Route 53 Resolver inbound endpoint and conditional forwarder (B), establishing a private hosted zone for aws.example.internal (D), and creating a private hosted zone for each account hosting a service (F). Options A and E are unnecessary as they complicate the DNS setup, while option C does not directly facilitate the required DNS registration process.