DNS Record Types - CI/CD Glossary Definition
DNS record types define what a DNS entry returns: A/AAAA map a name to an IPv4/IPv6 address, CNAME aliases one name to another, MX routes mail, TXT holds arbitrary text (SPF, verification), and NS delegates a zone.
Related guides
TTL - CI/CD Glossary DefinitionTTL is how long a cached entry or DNS record stays valid before refresh. Too long serves stale data; too shor…
DNS Resolution - CI/CD Glossary DefinitionDNS resolution translates a hostname into an IP address before a connection can open. Slow or failing resolut…
Elastic IP - CI/CD Glossary DefinitionAn elastic IP is a static public IPv4 address you own and can remap between instances, giving a fixed endpoin…