AWS Route53 Flashcards

1
Q

What is Route53?

A

It is an external or internal DNS service (not a server)?

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

Can I use Route53 for on-prem when I have a direct connect?

A

No, the request has to come from inside AWS networking.

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

What is an internal hosted zone?

A

It is a Route53 zona that can act as a DNS service for the VPC.

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

I have many instances in a VPC and I want and existing already provided www.ms.com to point to a different IP, what cna I do?

A

You could set up a Route53 internal zone for ms.com, create a www A record to point to the new IP.

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

Is is the Route53 Resolver used for?

A

It is a regional service that enables you to route DNS queries between on-prem and your VPC so they can be resolved by Route53. And also between your VPC and your on-prem so instances can resolve again on-prem DNS.

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

How does the Route53 Resolved work?

A

It enables you to create an Inbound Endpoint that can be accessed from the on-prem network.

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

When I create a Route53 Resolver, is it only deployed to a single availability zone?

A

No, the Route53 Resolver is deployed to tow subnets in two availability zones where you specify two servers to resolve again.

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

What is a Route53 Resolved inbound endpoint?

A

It is an endpoint create do=in two separate availability zones that enable on-prem servers to resolve again Route 53.

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

What is a Route53 Resolved outbound endpoint?

A

It is an endpoint, created in two subnets in two availability zones that enables DNS queries to be forwared to on-prem DNS server.

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

I am using a Ropute53 Resolver but I want to be able to forward only some queries to on-prem, is the possible?

A

Yes, use the Route53 Resolver Forwarding rule.

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

Can I access Route 53 private zone sform on-prem?

A

Yes, you can use the Route 53 Resolved to forwared queries. This used to not be the case until 2019.

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

What is a Route 53 resolver?

A

It is an endpoint that is placed in a subnet in two AZs that enables open-prem to use the route53 service.

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

I have an on-prem DNS server, how do I make the instance in my VPC get access to this on-prem DNS?

A

I create an outbound Route53 resolver.

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

I have a VPC with two subnets, I also have a VPN connection to my on-prem, when I try to resolve the hostnames of the instance from on-prem I get the public IP, I want the private IP, what options do I have to resolve this issue?

A

I cna create an incoming Route53 resolved that will act as a proxy in by subnets, I cna ten add this DNS resolved as a DSN server on my on-prem a and set up on forwarding rules. This will enable;le the on-prem DNS server t use the resolver to get the information.

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

Are Route53 resolvers highly available?

A

Yes, when you create one you will be asked to select two subnets in two separate availability zones.

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

I wnat to log all queries to my public Route53 DNS server, how can I architect this?

A

You can set up Route53 to send its DNS queries to CloudWatch logs.

17
Q

I need to register a domain, how can I do this in AWS?

A

You can use Route53 to register a domain.

18
Q

What is the difference between a public and private hosted zone?

A
  • The private hosted zone has an endpoint in your VPC

- The public hosted zone has an endpoint that is on th internet.

19
Q

What is a recordset?

A

It is a subdomain entry that holds a pointer t the iP for example.

20
Q

What is a quad-A record?

A

It is an ipv6 A record.

21
Q

What is an alias record in Route53?

A

It is an A record that points at an AWS service if the service IP updates it will be updated in Route53.