Content Delivery and DNS Services Flashcards

1
Q

What is Route 53?

A

Route 53 is the AWS Domain Name Service.

What does it do?
- Domain registration – Route 53 allows you to register domain names.

  • Domain Name Service (DNS) – Route 53 translates names 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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is Amazon CloudFront?

A

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

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

CloudFront uses Edge Locations and Regional Edge Caches.

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

What is an origin (in regards to 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).

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