Route 53 Flashcards

1
Q

What is a CNAME record?

A

A CNAME record maps one record name to another, not an IP Address. Only works for non-root domain

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

What is the difference between a CNAME and an alias?

A

A CNAME points a hostname to another hostname. An alias points a hostname to an AWS resource. An alias also works for root domain AND non-root domain

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

What is the difference between a Domain and a Hosted Zone?

A

A domain is a general DNS concept. A hosted zone is a Route 53 concept; it represents a collection of records that can be managed together, belonging to a single parent domain name.

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

What is a TTL on an A record?

A

A records do not have TTL

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

Why would you use an Alias record?

A

You would use an Alias record to map a domain name to an AWS resource. AWS will automatically update IP changes of the resources if they are to change.

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

Can a Simple routing policy return multiple values?

A

Yes, the client selects which one to use at random

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

Why would you use a Weighted routing policy?

A

A weighted routing policy will enable you to define which resources should take on the most traffic

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

True or False: health checks for Route 53 are only for public resources?

A

True

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

How could we configure a health check on a private hosted resource?

A

We can create a CloudWatch Metric and a CloudWatch alarm on that metric. Then create a health check that checks the alarm itself.

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

What is the difference between Geolocation and Geoproximity Routing policy?

A

Geoproximity is based off the location of users and resources AND the bias (preference) given to the resources

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

You have purchased mycoolcompany.com on Amazon Route 53 Registrar and would like the domain to point to your Elastic Load Balancer my-elb-1234567890.us-west-2.elb.amazonaws.com. Which Route 53 Record type must you use here?

A

Alias

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

You have deployed a new Elastic Beanstalk environment and would like to direct 5% of your production traffic to this new environment. This allows you to monitor for CloudWatch metrics and ensuring that there’re no bugs exist with your new environment. Which Route 53 Record type allows you to do so?

A

Weighted

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