pcorliss / ruby_route_53

Ruby gem and command line tool for Amazon's Route 53 service.
blog.50projects.com
GNU General Public License v3.0
172 stars 32 forks source link

can't update DNS records #29

Open obenziane opened 10 years ago

obenziane commented 10 years ago

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 commented 10 years ago

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.