Must use www for DNS entry using Amazon Route53

前端 未结 8 1346
予麋鹿
予麋鹿 2021-02-04 03:39

I administered my domain e.g www.abcd.com in Amazon Route53. Everything works perfectly, except that when user type abcd.com without www, it won\'t get resolved. Any idea? Thank

8条回答
  •  别那么骄傲
    2021-02-04 04:04

    Yes, this record is called your "zone apex" -- the bigcompany.com address, not www.bigcompany.com. You can use an IP value there, or you can specify an "alias" and point it to an ELB.

    (Note: Route53 does NOT like @ values for either the record name or value.)

提交回复
热议问题