Search code examples
amazon-elastic-beanstalkamazon-route53

Amazon Route 53 Domain Name, linking to Elastic Beanstalk


I have purchased a domain (deepalgorithm.net), however I am a bit curious as to how I would route all traffic that visit this domain to my Amazon Elastic BeanStalk instance, which is running my web application.

Secondly, how can I make it so that , when users type this link "deepalgorithm.net" it takes them to my web application.


Solution

  • You need to put Elastic Load Balancer in front of your application and point record in Route53 to the ELB

    https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-to-elb-load-balancer.html