AWS Content Delivery and DNS Services Flashcards

1
Q

The AWS Domain Name Service.

A

Amazon Route 53

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

Route 53 performs three main functions:

A

Domain registration – Route 53 allows you to register domain names.

Domain Name Service (DNS) – Route 53 translates name to IP addresses using a global network of authoritative DNS servers.

Health checking – Route 53 sends automated requests to your application to verify that it’s reachable, available, and functional.

You can use any combination of these functions.

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

Route 53 benefits:

A

Domain registration.

DNS service.

Traffic Flow (send users to the best endpoint).

Health checking.

DNS failover (automatically change domain endpoint if system fails).

Integrates with ELB, S3, and CloudFront as endpoints.

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

How does Route 53 determine how to respond to queries?

A

Routing Policies

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

Route 53 Routing policy that uses Simple DNS response providing the IP address associated with a name

A

Simple Routing Policy

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

Route 53 Routing policy used If primary is down (based on health checks), routes to secondary destination

A

Failover Routing Policy

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

Route 53 Routing policy that Uses geographic location you’re in (e.g. Europe) to route you to the closest region

A

Geolocation Routing Policy

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

Route 53 Routing policy that Routes you to the closest region within a geographic area

A

Geoproximity Routing Policy

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

Route 53 Routing policy that Directs you based on the lowest latency route to resources

A

Latency Routing Policy

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

Route 53 Routing policy that Returns several IP addresses and functions as a basic load balancer

A

Multivalue answer Routing Policy

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

Route 53 Routing policy that Uses the relative weights assigned to resources to determine which to route to

A

Weighted Routing Policy

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

A content delivery network (CDN) that allows you to store (cache) your content at “edge locations” located around the world.

A

Amazon CloudFront

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

Amazon CloudFront Uses

A

CloudFront can be used for data, videos, applications, and APIs.

CloudFront allows customers to access content more quickly and provides security against DDoS attacks.

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

CloudFront benefits:

A

Cache content at Edge Location for fast distribution to customers.

Built-in Distributed Denial of Service (DDoS) attack protection.

Integrates with many AWS services (S3, EC2, ELB, Route 53, Lambda).

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

CloudFront Origins and Distributions

A

An origin is the origin of the files that the CDN will distribute.

Origins can be either an S3 bucket, an EC2 instance, an Elastic Load Balancer, or Route 53 – can also be external (non-AWS).

To distribute content with CloudFront you need to create a distribution.

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

CloudFront uses Edge Locations and Regional Edge Caches:

A

An edge location is the location where content is cached (separate to AWS regions/AZs).

Requests are automatically routed to the nearest edge location.

Regional Edge Caches are located between origin web servers and global edge locations and have a larger cache.

Regional Edge caches aim to get content closer to users.