Multiple name servers

I use netlify to manage my domain. when I create a sub-domain in AWS, I got four name servers.

ns-14xx.awsdns-51.org.
ns-5xx.awsdns-10.net.
ns-3xx.awsdns-01.com.
ns-19xx.awsdns-57.co.uk.

How to create a NS record in Netlify domain?

I provided name servers with comma (","), but it refused with below error.

please match the format requested

I adjusted to space, got same error.

@ozbillwang You have to make four different DNS entries, one for each AWS name server. Enter each AWS NS address in the “value” field, but without the trailing dot.

And make certain that you specify your sub-domain in the “name” field. The “@” symbol points your bare custom domain to the AWS name servers.

1 Like