Open davidljung opened 12 years ago
Hi David, any chance you could provide a patch/pull request for this? I personally haven't used Route 53 yet so probably won't be too motivated to add this for a while.
I've managed to 'hack' the Aws::Elb class to get the information out of the response. However, I'm not currently proficient enough at Ruby to confidently implement full support for the latest ELB API version (- nor have I any experience creating patches, pull requests or using github) - yet.
Here is what I learned, however:
I'm guessing there are other changes required for full compatibility with API version 2011-11-15. Sorry I can't be of more help. If I do make changes that I'm confident update it fully to the newer API and don't break anything, I'll figure out how to send a patch.
In order to setup Route53 DNS records using the Zone apex feature requires the ELB Hosted Zone ID. Unless I'm missing something, there seems to be no way to obtain that for an ELB via Aws::Elb.describe_load_balancers(). This may be because it was only added after the Zone apex feature was added to Route53.