Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS Elastic Load Balancing Compatibility #7

Open
mattjay opened this issue Dec 11, 2013 · 1 comment
Open

AWS Elastic Load Balancing Compatibility #7

mattjay opened this issue Dec 11, 2013 · 1 comment

Comments

@mattjay
Copy link
Contributor

mattjay commented Dec 11, 2013

When setting up load balancing in AWS it gives you an A record to add to your DNS which is a domain name since the load balancer might change IP addresses. When trying to add this to dnsd it does not pass the regex for the IP address in the encode.js file.

When trying to mess with this file I can get it to stop crashing but not to actually work and fulfill the DNS request as I'm not generating an Array with a list of each match.

From Amazon

$INSTANCE_NAME.us-east-1.elb.amazonaws.com (A Record)
ipv6.$INSTANCE_NAME.us-east-1.elb.amazonaws.com (AAAA Record)
dualstack.$INSTANCE_NAME.us-east-1.elb.amazonaws.com (A or AAAA Record)

Note: Because the set of IP addresses associated with a LoadBalancer can change over time, you should never create an "A" record with any specific IP address.

@jhs
Copy link
Member

jhs commented May 6, 2014

Thanks for pointing this out! Do you have a stack trace?

(Sorry for the long delay, I am working on this project again, time allowing.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants