EC2/Route53: How Do I Point Apex Record at Load Balancer?

后端 未结 1 913
北荒
北荒 2021-01-04 09:13

In Amazon, I am attempting to create a cname for a domain,

example.com 

to a load balancer in Route 53

Examplecom-10584627         


        
相关标签:
1条回答
  • 2021-01-04 10:12

    http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/CreatingAliasRRSets.html

    You don't use a CNAME, you use an A record configured as an ALIAS for the ELB.

    When you set Alias to "Yes" while creating the A record, you will then see a box where you select the ELB whose internal info will be used to serve up answers for the alias.

    Aliases are a Route 53 feature designed to support exactly what you are trying to do.

    0 讨论(0)
提交回复
热议问题