How can the domain’s zone apex for example "myzoneapexdomain com" be pointed towards an Elastic Load Balancer?

How can the domain’s zone apex for example “myzoneapexdomain com” be pointed towards an Elastic Load
Balancer?

How can the domain’s zone apex for example “myzoneapexdomain com” be pointed towards an Elastic Load
Balancer?

A.
By using an AAAA record

B.
By using an A record

C.
By using an Amazon Route 53 CNAME record

D.
By using an Amazon Route 53 Alias record

Explanation:

http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/resource-record-sets-choosing-alias-nonalias.html



Leave a Reply 0

Your email address will not be published. Required fields are marked *


Mani

Mani

Hi Ratna,

how can be D? i think C is the correct

Chef

Chef

Chef

This question was also on the SAA exam.

Chef

Chef

I am wrong above. C is correct.

Next, use your DNS service, such as your domain registrar, to create a CNAME record to route queries to your load balancer. For more information, see the documentation for your DNS service.

http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/using-domain-names-with-elb.html

CNAME records must always point to another domain name, never directly to an IP address.

James

James

B is OK but we have more specific one from D so that D will be the best answer. CNAME only works for subdomains or naked domains but Alias records do both root and naked (without www, or subdomains) domains.

raj

raj

Amazon Route 53 offers a special type of record called an ‘Alias’ record that lets you map your zone apex (example.com) DNS name to your ELB DNS name (i.e. elb1234.elb.amazonaws.com).

YENY

YENY

D is Answer.

Amazon Route 53 doesn’t charge for DNS queries for alias record sets, and you can use alias record sets to route DNS queries to your load balancer for the zone apex of your domain (for example, example.com).

Mike

Mike

The answer is D

varun

varun

D is the right answer

Leonardo Gialluisi

Leonardo Gialluisi

Answer is D. http://docs.aws.amazon.com/govcloud-us/latest/UserGuide/setting-up-route53-zoneapex-elb.html

Alias resource record sets are virtual records that work like CNAME records. But they differ from CNAME records in that they are not visible to resolvers. Resolvers only see the A record and the resulting IP address of the target record. As such, unlike CNAME records, alias resource record sets are available to configure a zone apex (also known as a root domain or naked domain) in a dynamic environment.

BDA

BDA

The answer is….

D

you can use Amazon Route 53 as your DNS service. You create a hosted zone, which contains information about how to route traffic on the Internet for your domain, and an alias resource record set, which routes queries for your domain name to your load balancer. Amazon Route 53 doesn’t charge for DNS queries for alias record sets, and you can use alias record sets to route DNS queries to your load balancer for the zone apex of your domain