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
asked 5 months ago220 views
1 Answer
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
EXPERT
answered 5 months ago
profile picture
EXPERT
reviewed 5 months ago
  • “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

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions