AWS Content Delivery and DNS Services Flashcards

1
Q

What is Amazon Route 53?

A

Amazon Route 53 is the AWS Domain Name Service.

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

What functions does Route 53 have?

A

Route 53 performs three main functions:

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

What are some benefits of Route 53?

A

Route 53 benefits:

  • 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

What is the purpose of Routing Policies in Route 53?

A

Routing policies determine how Route 53 DNS responds to queries.

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

What Routing Policies does Route 53 have?

A

Policy What it Does
Simple Simple DNS response providing the IP address associated with a name
Failover If primary is down (based on health checks), routes to secondary destination
Geolocation Uses geographic location you’re in (e.g. Europe) to route you to the closest region
Geoproximity Routes you to the closest region within a geographic area
Latency Directs you based on the lowest latency route to resources
Multivalue answer Returns several IP addresses and functions as a basic load balancer
Weighted Uses the relative weights assigned to resources to determine which to route to

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

What Routing Policies does Route 53 have?

A

Policy What it Does
Simple Simple DNS response providing the IP address associated with a name
Failover If primary is down (based on health checks), routes to secondary destination
Geolocation Uses geographic location you’re in (e.g. Europe) to route you to the closest region
Geoproximity Routes you to the closest region within a geographic area
Latency Directs you based on the lowest latency route to resources
Multivalue answer Returns several IP addresses and functions as a basic load balancer
Weighted Uses the relative weights assigned to resources to determine which to route to

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

What is Amazon CloudFront?

A

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

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

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

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

What are some benefits of CloudFront?

A

CloudFront benefits:

  • 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
9
Q

What is origin and distribuition in CloudFront?

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.
There are two types of distribution: Web Distribution and RTMP Distribution.

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

What is Edge Location and Regional Edge Cache in CloudFront?

A

CloudFront uses Edge Locations and Regional Edge Caches:

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.

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