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

can't update DNS records #29

Open
obenziane opened this issue Oct 22, 2013 · 1 comment
Open

can't update DNS records #29

obenziane opened this issue Oct 22, 2013 · 1 comment
Labels

Comments

@obenziane
Copy link

I tried this and it was sucessful but the issue is when i tried to update that i could not find a way how to fix it.:
route53 --zone testdomain.com --name vpn01.testdomain.com. --type A --values 10.146.15.26 -c

I have tried this:
route53 --zone testdomain.com --name vpn01.testdomain.com. --type A --values 10.146.15.27 -g

but it did not work

@pcorliss
Copy link
Owner

Sorry for the long delay, can you provide more information please.

Ruby Version ruby -v
Gem Version route53 -v
Consider running the command with the --verbose message and including a gist with the output

When I run your above commands with my own zone I see no issues.

ruby_route_53 $ route53 --zone 50projects.com --name modify-test.50projects.com. --type A --values 10.146.15.26 -c
Creating Record
Creating Record modify-test.50projects.com. A 3600 10.146.15.26
......................................................Record Created.
ruby_route_53 $ route53 --zone 50projects.com --name modify-test.50projects.com. --type A --values 10.146.15.27 -g
Rec: 50projects.com.
Rec: modify-test.50projects.com.
Modifying Record modify-test.50projects.com.
..................................................Record Modified.

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

No branches or pull requests

2 participants