DNS constraints and behaviors
DNS messaging is subject to factors that affect how you create and use hosted zones and records. This section explains these factors.
Maximum response size
To comply with DNS standards, responses sent over UDP are no more than 512 bytes in size. Responses exceeding 512 bytes
are truncated and the resolver must re-issue the request over TCP. If the resolver supports EDNS0 (as defined in
RFC 2671
Authoritative section processing
For successful queries, Route 53 appends name server (NS) records for the relevant hosted zone to the Authority section
of the DNS response. For names that are not found (NXDOMAIN responses), Route 53 appends the start of authority (SOA) record
(as defined in RFC 1035
Additional section processing
Route 53 appends records to the Additional section. If the records are known and appropriate, the service appends A or AAAA records for any target of an MX, CNAME, NS, or SRV record cited in the Answer section. For more information about these DNS record types, see Supported DNS record types.