AWS Solutions Architect Associate Practice Test

Disable ads (and more) with a membership for a one time $2.99 payment

Study for the AWS Solutions Architect Associate Test with our engaging quizzes. Utilize flashcards and multiple-choice questions, each with hints and explanations to enhance your understanding. Get exam-ready today!

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

Practice this question and more.


How can the domain's zone apex be pointed towards an Elastic Load Balancer?

  1. By using an Amazon Route 53 Alias record

  2. By using an AAAA record

  3. By using an Amazon Route 53 CNAME record

  4. By using an A record

The correct answer is: By using an Amazon Route 53 Alias record

Pointing a domain's zone apex to an Elastic Load Balancer (ELB) can be effectively done using an Amazon Route 53 Alias record. The zone apex, also known as the root domain (e.g., example.com), requires a record type that can point directly to resources like ELBs without the limitations of traditional DNS records. An Alias record in Route 53 allows you to map the zone apex directly to the ELB. This is beneficial because Alias records do not require a dedicated IP address; instead, they can point to AWS resources like ELBs, CloudFront distributions, S3 buckets, and more. Additionally, Alias records can be used at the root domain level, which standard CNAME records cannot do since CNAME records are not allowed at the zone apex. The use of AAAA records is specifically meant for pointing to IPv6 addresses, and while they are essential in some contexts, they do not facilitate pointing to AWS resources like ELBs. A standard A record can technically point to an IP address, but since ELBs are dynamic and do not have fixed IP addresses, this method is not suitable for this purpose within the AWS ecosystem. CNAME records, while they can direct traffic to a domain within the DNS system,