9. Route 53 Flashcards

1
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

You can’t create a CNAME record that has the same name as the top node of the DNS namespace (Zone Apex), in our case mycoolcompany.com.

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

You have updated a Route 53 Record’s myapp.mydomain.com value to point to a new Elastic Load Balancer, but it looks like users are still redirected to the old ELB. What is a possible cause for this behavior?

A

TTL

Each DNS record has a TTL (Time To Live) which orders clients for how long to cache these values and not overload the DNS Resolver with DNS requests. The TTL value should be set to strike a balance between how long the value should be cached vs. how many requests should go to the DNS Resolver.

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

You have purchased a domain on GoDaddy and would like to use Route 53 as the DNS Service Provider. What should you do to make this work?

A

Create a Public Hosted Zone and update the 3rd party registrar NS records

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

What is the CNAME record type used for?

A

Hostname to hostname

  • only for NON-ROOT domain
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the ALIAS record type used for?

A

Hostname to AWS Resource

  • works for ROOT and NON-ROOT domains
How well did you know this?
1
Not at all
2
3
4
5
Perfectly