How do I setup AWS so my users can use a 3rd-party "custom domain" to point to my AWS ELB application

0

Medium allows you to setup a "custom domain" that points to your profile on Medium. I'd like to do the same with my AWS application that sits in ELB. SSL still needs to be in-place as well. How do I do this the right way?

Beau
已提问 7 个月前171 查看次数
1 回答
1

Hi Beau,

You can register a new domain [1] or import an existing 3rd party domain into Route 53 and route the traffic to your Application Load Balancer [2].
A guide on getting a new domain to route traffic to your load balancer can be found here: [3].
An example of how you can integrate 3rd party domain name with route 53 for your website can be found on this blog [4].

References:
[1] https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/domain-register.html
[2] https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-to-elb-load-balancer.html
[3] https://aws.amazon.com/getting-started/hands-on/get-a-domain/
[4] https://medium.com/weekly-webtips/how-to-integrate-3rd-party-domain-names-with-aws-route-53-for-your-website-webapp-7f6cd8ff36b6

Regards,
Atul

profile picture
已回答 7 个月前

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

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

回答问题的准则