Route 53 Flashcards

1
Q

Which of the following is the correct use case for Route 53? (1)

Conduct health checks on AWS resources

Deploy your code as infrastructure to run your application

Route traffic to AWS resources

Provide a PEM key to SSH into an AWS service

A

Route traffic to AWS resources

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

In Route 53, What does an alias do?

ˈeɪliəs

A

Points our records to the correct IP endpoint

ˈeɪliəs

Route 53 alias records are mapped internally to the DNS name of alias targets such as AWS resources. Route 53 monitors the IP address associated with an alias target’s DNS name for scaling actions and software updates. The authoritative response from Route 53 name servers contains an A record (for IPv4 addresses) or AAAA record (for IPv6 addresses) with the IP address of the alias target.

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

The AWS specific DNS record type?

A

Alias

Alias records are smart where they can detect the change of an IP address and continuously keep that endpoint pointed to the correct resource.

In most cases you want to be using Alias when routing traffic to AWS resources

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

Failover routing policy does what?

A

Routes traffic based on endpoint health conditions?

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

Weighted routing policy does what?

Routes traffic based on incoming volume of traffic?

Routes traffic based on latency?

Routes traffic based on location?

Routes traffic based on endpoint health conditions?

A

Routes traffic based on incoming volume of traffic?

The default routing policy?

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

The default routing policy?

A

Simple Routing Policy

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

This routing policy directs traffic based on the users location

A

Geolocation Routing Policy

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

This routing policy directs traffic based on the health check status of instances

A

Failover routing policy

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

Simple Routing gives a specified IP address that the cloud engineer has to set?

ˈspɛsəˌfaɪd

A

False

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

If you provide multiple IP values when using a simple routing policy, how is traffic routed?

A

Randomly

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

If you assign a weight value of 50, how much traffic is sent to the resource?

A

50%

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

Latency based routing is specific to availability zone?

A

False

It’s based on region

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

Routing policy: Latency.
Latency Based Routing allows you to direct traffic based on the lowest network latency possible for your end-user based on region.

Where do you setup a Latency resource record? There are two places

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.

A

At the EC2 or at the ELB resource that hosts your application in each region.

This doesn’t imply the closest server all the time, just the server with the lowest latency.

https://1.bp.blogspot.com/-azwP-519wl0/UF8kLXNQatI/AAAAAAAAAnI/CU4R3hS1QKU/s1600/Geo+Distributed+Architecture+Route53+LBR+Technical+Architecture.jpg

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

You must create this kind of record for each EC2 or ELB hosting your application in each region

A

Latency Resource Record

ˈleɪtənsi) (ˈrisɔrs) (rəˈkɔrd

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

When our web application goes offline how does Failover routing help?

A

Diverts traffic to a secondary resource

ˈsɛkənˌdɛri

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

The number of locations that must be specified for a failover policy

A

2 - Primary & Secondary

17
Q

Geoproximity routing does what?

A

Routes traffic to the closest possible AWS resource within your infrastructure

18
Q

You must be using this in order to use a geoproximity routing policy

A

Route53 Traffic Flow

In the Route53 Traffic Flow you can select any regions and visualize the bias

19
Q

Amazon Route 53 > Routing policy

What is the main difference between Multi value and Simple policies?

A

Health Checks

20
Q

A Multi (ˈmʌlti) value policy will return a single IP address for a DNS query?

A

True

21
Q

The difference between multi-value answer policies and simple routing policies is the addition of this component

A

Health Checks

22
Q

The default interval for health checks

A

5s (min)
30s (Default)
300s (max)

23
Q

What is Route 53?

What are its 5 components?

A
  • It’s a DNS provider
  • Routing policies (Simple, Failover, Geolocation…)
  • Traffic Flows
  • AWS alias records
  • Route 53 Resolvers (provides automatic DNS resolution within the VPC)
  • Health Checks