GoDaddy
Get cloud DNS nameservers:
AWS
- Log into AWS Console
 - Navigate to Services -> Network & Content Deliver -> Route 53 -> Hosted Zones
 - Select your domain
 - Copy the NS records for your domain
 
Azure
- Log into Azure Portal
 - Navigate to All Services -> Networking -> DNS Zones
 - Select your domain
 - Copy the Name server records
 
GCP
- Log into GCP Console
 - Navigate to Network services -> Cloud DNS
 - Select your domain
 - Select the NS domain record
 - Copy the name servers in Data
 
Add nameservers in GoDaddy
- Sign into your GoDaddy account
 - Select the checkbox next to the domain you want to update
 - Select Nameservers from the menu (might need to select More and scroll down to Nameservers)
 - Select I'll use my own nameservers and enter the nameservers from the previous step
 - Click Save
 - Test your DNS configuration (it may take a few minutes to propagate):
 
nslookup -type=SOA yourdomain.com 8.8.8.8
nslookup -type=NS yourdomain.com 8.8.8.8
Remove nameservers in GoDaddy
- Sign into your GoDaddy account
 - Select the checkbox next to the domain you want to update
 - Select Nameservers from the menu (might need to select More and scroll down to Nameservers)
 - Select GoDaddy Nameservers and click Save
 
OpenTofu Foundations - A FREE Weekly Workshop to Build your IaC Skills - LIMITED AVAILABILITY