Components of a Hosted Zone :
1. DNS Records :
* Contain specific configurations for routing traffic.
* Example types: A, AAAA, CNAME, MX, TXT, NS, SOA, etc.
2. Name Servers (NS) :
* Assigned to a hosted zone to handle DNS queries for the domain.
Example :
ns-123.awsdns-45.com
ns-234.awsdns-56.org?
3. Start of Authority (SOA) Record :
* Contains information about the hosted zone, such as the primary nameserver and administrative contact.
4. Health Checks (Optional) :
* Can be associated with DNS records to monitor the health of endpoints and enable DNS failover.