DNS has Record Set Types:
A record --> Domain URL points to IP address at TCP Level [ dummy.com -> StaticIP_LoadBalancer]
CNAME record --> dummy.com -> Alternate.com
NS record -> its not actually a website, but at Nameserver Level [Not very usual[
DNS has Record Set Types:
A record --> Domain URL points to IP address at TCP Level [ dummy.com -> StaticIP_LoadBalancer]
CNAME record --> dummy.com -> Alternate.com
NS record -> its not actually a website, but at Nameserver Level [Not very usual[
DNS is LEVEL4 - N/W Layer
HTTPS/SSL is Layer 7(6) - Above 4
So, DNS is merely Server resolving , it does not know anything at SSL TLS HTTPS level
So, We direct DNS to Load Balancer
Load Balancer has a listener which redirects traffic internally
Load Balancer is at TCP Port 80
TCP Port 80 redirects to Port 443 at Load balancer Level
here at LB SSL offloading Happens
PFX File, CER File is issued to "DNS Name " and "Subject Alternative Names" to FQDN of Host Backends
DNS has Record Set Types:
A record
CNAME record
NS record
https://medium.com/awesome-cloud/aws-amazon-route-53-routing-policies-overview-285cee2d4d3b
https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy.html
When you create a record, you choose a routing policy, which determines how Amazon Route 53 responds to queries:
Simple routing policy – Use for a single resource that performs a given function for your domain, for example, a web server that serves content for the example.com website.
Failover routing policy – Use when you want to configure active-passive failover.
Geolocation routing policy – Use when you want to route traffic based on the location of your users.
Geoproximity routing policy – Use when you want to route traffic based on the location of your resources and, optionally, shift traffic from resources in one location to resources in another.
Latency routing policy – Use when you have resources in multiple AWS Regions and you want to route traffic to the region that provides the best latency.
Multivalue answer routing policy – Use when you want Route 53 to respond to DNS queries with up to 8 healthy records selected at random.
Weighted routing policy – Use to route traffic to multiple resources in proportions that you specify.
- ELB is one of many AWS services that have a regional scope and can span across zones in a given region.
- Other services like Route 53 is global in scope, as shown below, and provides services to multiple Regions.
Domain Registrar -> Domain Name Purchased from
GoDaddy is an example.
The root servers are operated by 12 different organizations:
Many of these organizations have been operating root servers since the creation of the DNS. The list shows the Internet’s early roots as a US-based research and military network.
https://learn.microsoft.com/en-us/azure/devops/pipelines/process/approvals?view=azure-devops&tabs=check-pass