cloudcaptainsh / cloudcaptain

Issue Tracker for CloudCaptain
13 stars 3 forks source link

Add Route 53 private hosted zone support #126

Open axelfontaine opened 7 years ago

axelfontaine commented 7 years ago

This would be implemented as a configuration setting like -privatezone=.... Once this is set for an environment Boxfuse would then add entries for all single-instance and load-balanced apps.

For load-balanced apps, an ALIAS record would contain the address of the ELB.

Open questions:

vteslenko commented 7 years ago

1) Primary private IP will work in most cases. Having a user-defined private IP will add flexibility. 2) Use existing or auto-create if it does not exist. 3) Having per-environment option will allow us to create R53 private zones and independently attach them to specific VPCs. That adds flexibility. One per account will also work in many cases though.