Chp 10: Route 53 Flashcards

1
Q

What is Route 53

A
  • DNS
  • also a Domain registrar
  • only AWS service that is able to provide 100% availability
  • how you route traffic for a domain
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Route 53 supports what record types?

A
  • A: maps ip4 to hostname
  • AAAA: maps ipv6 to hostname
  • CNAME: maps a hostname to another hostname
  • NS: name servers for the hosted zone
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a Route 53 Hosted Zone

A
  • a container for records that define how to route traffic to a domain + its subdomain
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Route 53 – Records to TTL

A
  1. high ttl

2. low ttl

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

describe high ttl

A
    • less traffic on route 53

- - possibly outdated records

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

describe low TTL

A
    • more traffic on route 53
    • records are outdated for less time
    • easy to change new records
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is an alias?

A
    • points a hostname to an aws resource
    • work for non root and root domain
    • free of charge
    • native health checks
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Route 53 alias records

A
  • automatically recognizes changes in the resource IP addresses
  • can be used for top node of a namespace
  • always of type A/AAAA
  • TTL cant be set
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Route 53 routing policies

A
  • defines how route 53 responds to DNS queries
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are the routing policy types

A
  1. simple
  2. weighted
  3. failover
  4. geolocation
  5. multi-value answer
  6. geoproximity
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Routing Policy: Simple

A
  • Route traffic to a single resource
  • can specify multiple values in the same record
  • if multiple values are returned, a random one is chosen by the client
  • when alias is enabled, specify only one aws resource
  • cant be associated with health checks
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Routing Policy: Weighted

A
  • controls the % of teh requests that go to each resource
  • assign each record a relative weight. weights dont need to add up to 100
  • dns must have the same name + type
  • can be associated with health checks
  • use case: load balancing between regions, testing new app version
  • assign a record a weight of - to stop sending resources
  • if all records have a weight of 0, then all records will be returned equally
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Routing Policy: Latency-based

A
  • redirect resources that has the least latency
  • latency is based on traffic between users and AWS region
  • can be associated with health check
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Routing Policy: Health Checks ( failover)

A
  • HTTP health checks are only for public resource
  • health check: automated DNS failover
  • health checks are integrated with cw metrics
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Routing Policy: Geolocation

A
  • routing based on user location
  • specify location by continent, country of by us state
    should create a default record in case there is no match
  • use case: website localization, load balancing
  • can be associated with health checks
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Routing Policy: Geoproximity

A
  • route traffic to your resource based on geographic location of users and resources
  • ability to shift more traffic to resources based on the defined bias
  • to change the size of the geographic region, specify bias values
  • resources can be aws or non-aws
  • you must use route 53 traffic flow to use this feature
17
Q

Routing Policy : Multivalue

A
  • use wen routing traffic to multiple resources
  • route 53 return multiple value/resources
  • can be associated with health checks
  • up to 8healthy records are returned for each multi-value query
  • multi-value is not a substitute for having an ELB
18
Q

Domain registrar vs dns service

A

you can purchase a domain registrar and use route 53 to manage it