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
asked 7 months ago165 views
1 Answer
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
answered 7 months ago

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