presslabs / zinc

Route 53 zone manager.
https://www.presslabs.com/code/zinc/
Other
42 stars 2 forks source link

Traffic flow or not? #75

Closed krodyrobi closed 7 years ago

krodyrobi commented 7 years ago

So AWS has the concept of traffic flow diagrams that have different types of routing / health checks and multiple other features that could be factored out based on a zone similar to a template.

The thing is that in our case the template could contain the tree that would ultimately be formed and then it could simply be linked to all zones linked to that policy.

This will aid in altering zones in bulk or limit the amount of requests needed for such an operation.

BUT there is a catch each such zone has to have a policy record created with a specific version linking it to the correct flow. This link costs 50$ per instance which does not include dns queries that need to be done and are currently taxed now solely. IMHO this price is not justified, so I'll drop the idea.

krodyrobi commented 7 years ago

@t-ionut I think we should try and stick with a more crude implementation. Opinions?

t-ionut commented 7 years ago

Agreed, I think we can proceed with moving the record tree building logic into zinc :+1: