Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Just came across this and followed Option A - I know this is an old post, but wanted to add that it took about 5 minutes for AWS to “catch up” and redirect traffic. I believe this was due to my “Time To Live” parameter of 300 seconds which was set in Route 53 for the rule I used. Basically, the old (AWS) IP address was cached and after the 300 seconds had passed, my new (DO) IP address was added.
@jesin I’m in the same boat as the original poster and had went with option 1 thinking this would be easy. The A record works, I got to blog.sitename.com and the wordpress-droplet loads, but in my url bar the dns entry changes to the actual IP address. I’ve since edited my apache2/sites-enabled and ensured I had the site ServerName in place. I’ve also created domain records on the GUI… Thoughts?
Hello Brad,
you can keep your nameservers and let NS records point to AWS IPs/domains and then create A record point at your Droplet IP.
If you’d like to use DO nameservers, you can change your NS records to: ns1.digitalocean.com ns2.digitalocean.com ns3.digitalocean.com
and create domain record (equivalent to A record) in DO control panel under “DNS” menu option on left after you log in.
EDIT: Here’s some more on this topic - https://www.digitalocean.com/community/tutorials/how-to-set-up-a-host-name-with-digitalocean