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
gefragt vor 7 Monaten171 Aufrufe
1 Antwort
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
beantwortet vor 7 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen