how to connect all subdomains of a domain to one cloudfront and one route 53

0

Hi, I own a domain which is foodieway.de and I want to connect all it's subdomains like xxx.foodieway.de or yyy.foodieway.de to one cloudfront distribution and one Route 53 hosted zone, is that possible ?

1 回答
0

Yes, it is possible to connect all your subdomains to a single CloudFront distribution and Route 53 hosted zone.

In general, the steps involved are as follows:

  1. Create a CloudFront distribution to serve your content and configure it to support custom domain names.
  2. Create a Route 53 hosted zone for foodieway.de and add DNS records for each subdomain you want to connect to CloudFront.
  3. Update the DNS settings with your domain registrar to use Route 53 name servers.
  4. Obtain a certificate that covers all subdomains you want to connect.
  5. Associate the SSL/TLS certificate with the CloudFront distribution and enable HTTPS.

Please see the following blog posts for reference:

You can read the following knowledge post for a deeper step-by-step: https://repost.aws/knowledge-center/create-subdomain-route-53

I invite you to browse our knowledge base for similar topics of interest: https://repost.aws/search/knowledge-center?globalSearch=how%20to%20connect%20all%20subdomains%20of%20a%20domain%20to%20one%20cloudfront%20and%20one%20route%2053

AWS
已回答 1 年前
profile picture
专家
已审核 1 年前

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

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

回答问题的准则