Please enable JavaScript.
Coggle requires JavaScript to display documents.
Route53 (Routing Policies (Weighted Routing (you can set health check on…
Route53
Routing Policies
-
-
Latency-based Routing
Use when you have resources in multiple AWS Regions and you want to route traffic to the region that provides the lowest latency (fast response)
-
Geolocation Routing
-
Better add a record with location Default to cover else statement if user location is not in defined list, otherwise Route53 will return no answer
-
-
DNS
-
Feature
Top Level Domains (TLD)
is the last word in a domain name (.com.vn, .uk), the last second word is second level domain name, optional (.com.vn)
-
Domain Registrars
-
popular registrars: Amazon, GoDaddy.com ...
-
-
DNS Records
-
CNAME (Canonical Name)
resolve one domain name to another (ex http://m.abc.com is used for when user browse to your domain name on mobile)
Alias Records
map resource records set in your hosted zone to ELB, CloudFront distributions, or S3 that are configured as website.
work like CNAME record in that you can map one DNS name (www.abc.com) to another 'target' name (elb123.elb.aws.com). Different: CNAME cant be used for naked domain names (zone apex record - without www, for ex http://abc.com), must be A Record or Alias
-