2

what's the difference / benefits between using a managed DNS such as zoneedit, dyn.com and Amazon Route 53 and a standard DNS manager provided by domain registrants such as goDaddy.

for the tasks I need like add/modify A, CNAME, MX records, do I need a managed DNS?

Yichaoz
  • 381
  • 4
  • 8
  • 20

1 Answers1

5

They're all "managed DNS" in the meaning of "someone else runs the infrastructure for you".

What you need to look at are your requirements, such as:

  • SLA/Availability
  • Price per request volume
  • Network size/Resliliancy
  • Features such as Geo-based DNS and Anycast
  • API

Most registrars just allow you basic A, CNAME and MX records and not much else, just via a web interface.

If that's enough, as it is for most small sites (like blogs etc) then great! Otherwise if you need an API, or want to give different A records to different regions, then you need to shop around.

Mark Henderson
  • 68,823
  • 31
  • 180
  • 259