amazon web services - Alias www.example.com to the same example.com on AWS -


i have ec2 instance , have setup domain route53 , elastic ip domain poiting same address time. however, have problem because https://example.com working not https://www.example.com. know there must way route or create alias www.example.com redirects me example.com, i'm not sure how it.

to create alias record what's called naked domain. need set record directly ip address.

go route53,

create record set

  • name: www.example.com
  • type: - ipv4 address
  • alias: no
  • alias target: x.x.x.x (<-- ip address example.com)

aws documentation » amazon route 53 » developer guide » configuring amazon route 53 dns service » working resource record sets » supported dns record types

route53にnaked domainを設定する方法〜elbを利用しない場合〜(how configure naked domain route53 ~ (without elb))


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -