Point an external domain name to a AWS Route 53 subdomain

0

I am building a website builder. https://savvy.site. A customer builds their site and is allocated a subdomain. For example: mistertee.savvy.site Where mistertee is the subdomain and savvy.site is the domain. The site is then hosted as a static site on S3 using cloudfront and SSL cert.

I'm busy investigating how I can support the following: the customer already owns a domain registered with some external domain registration entity (for example xneelo or godaddy) and the customer would like their domain to point to subdomain they created on Savvy. In my example they have registered mistertee.com (in the past) and would like to point it to mistertee.savvy.site

Option A:

  1. Add a redirect (CNAME record) in the external registry to point to the mistertee.savvy.site's cloudfront entry for eg abcdefghij.cloudfront.net
  2. Add a new origin in cloudfront mistertee.com But this requires an SSL cert.

Option B:

  1. Create a new Hosted zone for every site that will be pointing to a savvy.site. In my example: mistertee.com
  2. In this new Hosted zone add a redirect to mistertee.savvy.site (A or CNAME?)
  3. On the external registrar how do I point to this Hosted zone. I discussed with xneelo support and they suggested I get an IP address which I set to the apex record in their DNS config. They suggest NOT transferring all the NS records because then I'd have to manage mail records too on Route 53

Am I on the correct track?

  • Is there a certificate on CloudFront for savvy.site?

  • Hello Aanchal. There isn't one for savvy.site but yes for every subdomain.

Rishad
질문됨 5달 전115회 조회
답변 없음

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

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

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

관련 콘텐츠