Using GoDaddy cPanel Email with External Nameservers

GoDaddy DNS to AWS Route 53

I currently use GoDaddy for a Deluxe Shared Hosting instance, where I host multiple sites along with having domain emails (karl@example.com)

What is great about using a Deluxe Hosting instance is that I can have as many site as I want, and I can have as many email addresses to all the domains I own. That’s because I use cPanel Email (not the Office 365 Suite or anything like that).

What sucks about GoDaddy’s Deluxe Hosting, is that it’s a shared instance, which means that any traffic to any of my sites will be eating up from my allocated resources, also that being a shared instance (not dedicated), any heavy traffic days on that server, will choke my sites as well…

Ledger Manager Cover

Ledger Manager

Check out my iOS app which facilitates recording crypto transactions (Bitcoin, Ethereum, etc.), simplifies tax reporting & reports on overall net worth!

*Everything is synced privately on your iCloud account.
**Helps getting your crypto tax reporting in order (Form 8949) with smart calculation of cost basis & acquisition dates.

Moving away from GoDaddy…

That’s when I decided to migrate my WordPress site off of GoDaddy into Amazon Web Services (AWS).

But I wanted to make sure that email will still work, as I don’t want to move email to aws and have to pay for it. I already have unlimited emails and addresses with GoDaddy.

Giving domain “ownership” to AWS

Due to WordPress’ problems I faced when trying to have the wp files on aws and my domain DNS on GoDaddy, is that it wasn’t detecting that I own the domain, it was showing it as the static IP address on WordPress.

Following are the steps I took to change my DNS to have Amazon manage my domain traffic, but keep GoDaddy’s cPanel Email working.

Exporting the existing DNS zone of your site

  • On GoDaddy, navigate to Domains > Click on the domain you’d like to move and “…” > DNS Zone.

Scroll down and you’ll find an export feature, pick UNIX.

  • Export them into a file that you download onto your machine.

Importing the DNS zone into AWS

  • On aws’ console (console.aws.com), head over to Route 53.
  • Create a new zone, name it as your domain (e.g.: “example.com”)
  • Do not create any records yet.
  • Using TextEdit or Notepad, open the downloaded txt file in you got from GoDaddy for your DNS records, and copy everything there except the NS records, or anything else that already exists from the new zone in Route 53.
  • Click on the Import button in Route 53 in that new zone you created, and paste whatever you copied above into the import flow.

If that import button is greyed out, that is because you added some records to the zone other than the default ones aws creates for you. Delete anything you might have already added manually, then that button should be enabled.

Modifying the imported DNS records

  • Now update the “A” records for your domain “example.com” to point to your static IP for your AWS instance.
  • Add or update the CNAME for “www” to go to “example.com”.
  • Keep the MX and “mail” pointing at the GoDaddy instance, so that any cPanel emails remain functional. This is very important!

“Transferring” domain ownership to aws

Technically you’re not really transferring ownership, you are telling anyone that hits example.com to hit aws’ Route 53 first, then get re-routed to wherever you need to go. In order to do that, you need to:

At the bottom of that DNS zone on GoDaddy, click the “Change” nameserver button.

  • That will take you to a page where you can specify your own or use the default from GoDaddy.
  • Select your own and start entering them line by line.

What you want to enter is the NS record in Route 53 that has 4 lines, just take each one and enter it on 1 line.

  • Hit save.
  • You might notice that GoDaddy might take out the “.” at the end of the nameserver, but don’t worry as it doesn’t matter.
GoDaddy DNS Zone Nameserver
GoDaddy DNS Zone Nameserver

If for any reason you can’t save or you’re presented with a blank page, you will have to reach out to GoDaddy’s support in chat and ask them to do it for you. Shouldn’t take more than 5min to get it resolved with them 🤞

Now wait for like 10-30 min for the DNS propagation to occur ⏳. This process could take up to 24 hrs.

At this point if you had an SSL (https) on your site, that will start to fail and show that the site is insecure, as your certificate was only valid if the your GoDaddy shared hosting instance was the one resolving the DNS. But since we moved it, aws is the one resolving, so you will need to re-issue the SSL. I have another blog post that describes how to issue an SSL certificate on an aws lightsail instance.

🏁 Now try to go to your site on your browser by hitting “example.com” or “www.example.com”, you should see your site that is hosted on aws. And make sure to test incoming and outgoing cPanel emails!

I hope this tutorial was extensive and helped you out, please share it with others and subscribe for more content, I would really appreciate it! 🍻

Ledger Manager Cover

Ledger Manager

Check out my iOS app which facilitates recording crypto transactions (Bitcoin, Ethereum, etc.), simplifies tax reporting & reports on overall net worth!

*Everything is synced privately on your iCloud account.
**Helps getting your crypto tax reporting in order (Form 8949) with smart calculation of cost basis & acquisition dates.

23

7 thoughts on “Using GoDaddy cPanel Email with External Nameservers

  1. Rahul says:

    Nice Tutorial! I tried going through all the steps but, facing some issues while migrating the domain. while changing the nameserver, I copied all the NS records from route53 and added it in Godaddy but unfortunately it is not showing any change. Can you lease guide me through that.

    Thanks

    • Karl says:

      Hey Rahul, sorry for the late reply. Were you able to figure it out? Sometimes it takes some time to propagate, so hopefully it ended up working for you.

      If not, in those cases I was reaching out to GoDaddy directly, and they were helpful.

      Best,
      KB

    • Karl says:

      Just wanted to share with you that I did follow the steps here and was able to successfully migrate another site I had hosted on GoDaddy just now. Worked like a charm :)

  2. Mike says:

    I had trouble with updating the godaddy name servers as well. If i remove the period from the amazon name servers then it worked….

    Super helpful articles thank you. Have used this guide twice to successfully move sites from godaddy to AWS.

    Cheers

  3. Rohil says:

    Thanks Karl! Super useful, you should have a donate button on this page. I would be happy to give you a donation for how easy you made my job transferring to AWS.

    • Karl says:

      Thanks Rohil for the kind words, glad it helped you out! I listened to your suggestion and added a Donate button! 😊 🙌

Leave a Reply

Your email address will not be published. Required fields are marked *