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달 전232회 조회
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

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠