(AWS) Can I use the domain registered in Route53 of account A by connecting the subdomain to the cloudfront of account B?

Asked 1 years ago, Updated 1 years ago, 105 views

Example because account A has a domain and ssl) - www.example.com I want to use account B's cloudfronturl in the alias. At first, I tried to use account A's domain after being certified as account B's ssl, but it didn't appear in the entry of ssl in the cloudfront.How can I make it possible?

aws ssl cloudfront s3 route53

2022-09-22 18:16

1 Answers

In account a route53, you can set the subdomain to the cname of account b's cloudfront.

In my case, because of route53 costs, DNS for the actual domain is used by using clouDNS (https://asia.cloudns.net/), which is free of charge, and by connecting the cname of cloudfront.


2022-09-22 18:16

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.