Introduction
When you want to connect your website or app to the internet, you need to tell the internet where to find it. Record types like A, AAAA, CNAME, and Alias help map your domain name to the right place, like an IP address or another domain.
When you want your domain name to point to a server's IPv4 address using an A record.
When you want your domain name to point to a server's IPv6 address using an AAAA record.
When you want your domain name to point to another domain name using a CNAME record.
When you want to point your domain to AWS resources like CloudFront or an Elastic Load Balancer using an Alias record.