amazon web services - Migrating DNS settings from AWS -


i registered domain aws, later decide move different provider (dreamhost). unfortunately can't transfer domain dreamhost yet (it's been less 60 days), need update amazon's route 53 dns settings point dreamhost.

so made sure dns settings appearing in dreamhost's control panel mimicked in dns settings in amazon route 53 exception of soa record...

"ns-200.awsdns-25.com. awsdns-hostmaster.amazon.com. 1 7200 900 1209600 86400" 

currently though site responding extremely on dreamhost (even though ftp server, db etc running fine on own). website return results (lag of 30 seconds).

this first time managing dns settings across 2 accounts, i'm wondering if perhaps need amend soa record on amazon side? or perhaps shouldn't have duplicate dns records between amazon , dreamhost (i have no idea takes precedence).

until you're ready dns service transfer aws dreamhost, shouldn't need set dns records @ dreamhost. domain's soa , ns records @ aws, other name servers including dreamhost's know query domain , refresh cache in accordance ttl settings. recommend undo dns records you've set @ dreamhost.

if have website @ dreamhost using domain serviced aws, make sure a record points ip address or fqdn of host @ dreamhost set @ aws, like:

dreamhostsite.yourdomain.com.  1800  in   <ip/fqdn-at-dreamhost> 

Comments

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -