Skip to content
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

Add mapping to Route53 zone #3

Open
allaire opened this issue Mar 27, 2018 · 1 comment
Open

Add mapping to Route53 zone #3

allaire opened this issue Mar 27, 2018 · 1 comment

Comments

@allaire
Copy link
Collaborator

allaire commented Mar 27, 2018

Hi, I think it would be interesting to add an integration with Route53 to map the server IP to a route53 record, we could have the domain name in the output logs when deploying, instead of only having the contact point / IP.

Ansible has a similar functionality in their ec2 script: https://raw.githubusercontent.com/ansible/ansible/devel/contrib/inventory/ec2.py

@fernandocarletti
Copy link
Owner

Showing the ip always bothered me a bit. In my use case, we do not have a hostname for each server in Route53. Ansible allow us to set a name for each inventory, so there we have a proper name being show, but I did not find a way to reproduce that in capistrano (we use the Name tag).

Feel free to do this implementation as an optional configuration. It would be great to have proper names in the logs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants