Programmatic DNS

Posted by Chad on Stack Overflow See other posts from Stack Overflow or by Chad
Published on 2010-03-24T06:23:44Z Indexed on 2010/03/24 6:43 UTC
Read the original article Hit count: 509

Filed under:
|

I'm a long time developer but not very experienced with DNS. Here's my problem:

Our app launches servers on Amazon EC2 for clients. One client wants to use custom DNS's for every server launched instead of the normal long public DNS provided by AWS: for example server-5.demo.ourclient.com, server-6.demo.ourclient.com.

What's the easiest/cleanest/best way to solve this challenge from inside our application that launches the servers and knows the Amazon public DNS? We can probably get control of demo.ourclient.com as well....

Are there nice hosted solutions with API's? Would we need to manage a DNS server for *.demo.ourclient.com?

Thanks!

Chad

© Stack Overflow or respective owner

Related posts about dns

Related posts about amazon-ec2