Can I route a dns I registered to an Elastic Beanstalk application without a load balancer?
If so - How? all of the examples show how to do this with a LB..
Sign in to the AWS Management Console and open the Route 53 console at https://console.aws.amazon.com/route53/ . In the navigation pane, choose Hosted zones. Choose the name of the hosted zone that you want to use to route traffic to your Elastic Beanstalk environment. Choose Create record.
By default, Elastic Beanstalk creates an Application Load Balancer for your environment when you enable load balancing with the Elastic Beanstalk console or the EB CLI. It configures the load balancer to listen for HTTP traffic on port 80 and forward this traffic to instances on the same port.
Multivalue answer routing policy – Use when you want Route 53 to respond to DNS queries with up to eight healthy records selected at random. You can use multivalue answer routing to create records in a private hosted zone.
Route53 can distribute traffic among multiple Regions. In short, ELBs are intended to load balance across EC2 instances in a single region whereas DNS load-balancing (Route53) is intended to help balance traffic across regions. Both Route53 and ELB perform health check and route traffic to only healthy resources.
Can I route a dns I registered to an Elastic Beanstalk application without a load balancer?
Yes, you can use Single instance type.
If so - How? all of the examples show how to do this with a LB..
By adding a CNAME which pointed to your EB URL in Route 53.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With