5 ms·
Root domain support for elastic load balancers is huge. I've been having to redirect from a separate host totally defeating the purpose of the elastic load bala
by atambo 15y ago
Root domain support for elastic load balancers is huge. I've been having to redirect from a separate host totally defeating the purpose of the elastic load balancer in the first place. Now all they need is a damn gui for route 53 dns. The "official" xml config file fed into perl script is a huge bummer.
- podman 15y agoI've been using the route53 gem ( https://github.com/pcorliss/ruby_route_53 https://github.com/pcorliss/ruby_route_53 ). It's not a GUI and it's not perfect, but it's better than nothing.
- pimeys 15y agoWe've also paid for an instance which does only redirects to a subdomain because of ELB limits. Now I'm on my way to work and I know what I'm going to do when I get there. This is so huge. :)
- yusufg 15y agoI've found cli53 to be quite useful for Route53 https://github.com/barnybug/cli53 https://github.com/barnybug/cli53 Also, ylastic.com is awesome if you want a GUI for many of AWS functions. It's only US$ 25/month
- SwaroopH 15y agoAbsolutely and also, the ELB security group feature is neat as well. Can trust the X-Forwarded-For header now!