our company is using Rightscale for cloud computing management and we are migrating applications from rightscale to mesos. I'm working on migrating a application and i'm new to Route53/DNS concepts. I have endpoints(url) for application and can some guide me through the process of routing those ALB's to Mesos instead of rightscale.
Asked
Active
Viewed 27 times
1 Answers
0
Elastic Load Balancer is a distributed system. Instead, when you create an ELB, you are given a DNS name such as ExampleDomainELB-67854125.us-east-1.elb.amazonaws.com. AWS gives a facility to set up a DNS CNAME entry pointing for e.g. www.exampledomain.com to the ELB-supplied DNS name.
In order to point your ALB to Route 53 follow the below steps:
- Go to Route 53 and select your Hosted Zone (Creat
- Select 'Create a Record Set'
- Select the 'Type' as CNAME
- Set Alias to Yes
- Set Alias Target to the DNS name of your Application Load Balancer
- Click on 'Create'.
In this way, you ALB will be pointing to Mesos Application

Aress Support
- 1,315
- 5
- 12