AWS Certified Solutions Architect – Associate (SAA-C02) — Question 555
The DNS provider that hosts a company's domain name records is experiencing outages that cause service disruption for a website running on AWS. The company needs to migrate to a more resilient managed DNS service and wants the service to run on AWS.
What should a solutions architect do to rapidly migrate the DNS hosting service?
Answer options
- A. Create an Amazon Route 53 public hosted zone for the domain name. Import the zone file containing the domain records hosted by the previous provider.
- B. Create an Amazon Route 53 private hosted zone for the domain name. Import the zone file containing the domain records hosted by the previous provider.
- C. Create a Simple AD directory in AWS. Enable zone transfer between the DNS provider and AWS Directory Service for Microsoft Active Directory for the domain records.
- D. Create an Amazon Route 53 Resolver inbound endpoint in the VPC. Specify the IP addresses that the provider's DNS will forward DNS queries to. Configure the provider's DNS to forward DNS queries for the domain to the IP addresses that are specified in the inbound endpoint.
Correct answer: A
Explanation
Amazon Route 53 public hosted zones are designed to route internet traffic to resources, making Option A the correct and fastest migration path. Private hosted zones (Option B) are restricted to internal VPC traffic and cannot resolve public internet queries for the website. Options C and D do not provide public authoritative DNS hosting services suitable for migrating external domain records.