how should we set up DNS records (or/and add domain to “Route 53”) for SSL

0

Currently, we have registered domains outside of AWS account but need to host it on AWS with SSL (issued on the same AWS account). The question is how we should set up DNS records (or/and add domain to “Route 53”) for SSL so it works for our domain.

KT
已提问 6 个月前233 查看次数
1 回答
0

Hello.

Do you use ACM to issue SSL certificates?
In that case, there is no need to move the hosted zone to Route53.
After issuing an SSL certificate with ACM, you can use the SSL certificate by adding a CNAME record for authentication to the external hosted zone.
https://docs.aws.amazon.com/acm/latest/userguide/dns-validation.html

If you want to manage your domain with Route53, after creating a hosted zone with Route 53, please rewrite the NS record of the external domain registrar to the NS record listed in the Route53 hosted zone.
This will delegate your domain to Route53, so you can register and manage your ACM validation CNAME record with Route53.
https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/MigratingSubdomain.html

profile picture
专家
已回答 6 个月前
profile picture
专家
已审核 6 个月前
  • “Do you use ACM to issue SSL certificates?” Yes, we use ACM and SSL is verified via Email

    Currently, we do not have any domains under “Route 53”.

    We do have a single bucket for our domain xyz.com and 2 more questions:

    1. In other to www work, should I duplicate my current bucket for www.xyz.com ?
    2. Our domain is registered under tucows and we need to add DNS records to host our web site on AWS. I cant find any bucket setting for new NS records I have to add under tucows

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则