-
Notifications
You must be signed in to change notification settings - Fork 109
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
support load balanced CNAME records #87
Comments
in UltraDNS, the following commands are needed and imply a premium account: |
issue #87: allow read commands of weighted record sets in route53
issue #87: base tests for round-robin CNAME rrsets
I've a proposal to expose the following to help folks understand the valid values they can place for weight. List<Integer> WeightedRecordSetApi.supportedWeights(); This is a List as opposed to a DiscreteDomain or Range, as in the case of UltraDNS the values are not contiguous. RangeSet could be used, but that's awkward, especially if exporting as a ReST call. The downside of List is that we need to include every possible number. Since the upper bound is 256 elements (route53), it seems pragmatic to use a list to describe all valid weights. Here are the constraints that make the case.
|
…ed results from its basic listing
…ed results from its basic listing
For example, we would like to read AWS route53 records with multiple CNAMEs.
multi-value (load-balanced) ResourceRecordSets:
Tasks:
mock
ultradns
route53
dynect
The text was updated successfully, but these errors were encountered: