Exit ANS-C01 AWS Certified Advanced Networking - Specialty (ANS-C01)
Question 4 of 5
0% complete
Q4 Multiple choice

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 processinvolves 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.)

Select all that apply.

  • A

    Create a record for each service in its local private hosted zone (serviceA.account1.aws.example.internal). Provide this DNS record tothe employees who need access.

  • B

    Create an Amazon Route 53 Resolver inbound endpoint in the shared account VPC. Create a conditional forwarder for a domain namedaws.example.internal on the on-premises DNS servers. Set the forwarding IP addresses to the inbound endpoint's IP addresses that werecreated.

  • C

    Create an Amazon Route 53 Resolver rule to forward any queries made to onprem.example.internal to the on-premises DNS servers.

  • D

    Create an Amazon Route 53 private hosted zone named aws.example.internal in the shared AWS account to resolve queries for thisdomain.

  • E

    Launch two Amazon EC2 instances in the shared AWS account. Install BIND on each instance. Create a DNS conditional forwarder oneach BIND server to forward queries for each subdomain under aws.example.internal to the appropriate private hosted zone in each AWSaccount. Create a conditional forwarder for a domain named aws.example.internal on the on-premises DNS servers. Set the forwarding IPaddresses to the IP addresses of the BIND servers.

  • F

    Create a private hosted zone in the shared AWS account for each account that runs the service.
    Configure the private hosted zone tocontain aws.example.internal in the domain (account1.aws.example.internal). Associate the private hosted zone with the VPC that runsthe service and the shared account VPC.