webos-goodies / webos-goodies

Automatically exported from code.google.com/p/webos-goodies
0 stars 0 forks source link

Zone Apex: not supported #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Do you plan to add columns for other attributes or handle special cases? In 
particular, I'd be curious if you can add zone apex.

Thank you so much, I also love it.

What steps will reproduce the problem?
1. Use the Amazon command line tools to set zone apex for a zone.
2. Zone can no longer be sync'd by the spreadsheet macro.

What is the expected output? What do you see instead?

zone:example.com....
TypeError: Cannot read property "0" from undefined.

Original issue reported on code.google.com by mark.l...@kaazing.com on 19 Jul 2011 at 10:45

GoogleCodeExporter commented 9 years ago
Adding an ELB Alias to my zone also breaks the tool with the same... TypeError: 
Cannot read property "0" from undefined

Original comment by presbrey on 28 Sep 2011 at 6:50

GoogleCodeExporter commented 9 years ago
After using the CLI tool elb-associate-route53-hosted-zone to associate the 
zone apex with a ELB, I get the 'TypeError: Cannot read property "0" from 
undefined' error.  I'm guessing that the script is looking for ResourceRecords, 
which in the version of the endpoint being used, comes back containing 
something like "This resource record set includes an attribute that is 
unsupported on this Route 53 endpoint. Please consider using a newer endpoint 
or a tool that does so."

However, if you use a later version of the endpoint, e.g. 2011-05-05, then zone 
apex record arrives as an 'A' record, although without a TTL, and with a few 
additional elements, e.g. SetIdentifier, Weight, and a AliasTarget element 
containing a HostedZoneId and DNSName element.

Original comment by mitchenall@gmail.com on 26 Oct 2011 at 8:55