CloudFront CDN Overview Flashcards

1
Q

A content delivery network (CDN) is…

A

…a system of distributed servers (network) that deliver web pages and other web content to a user based on the geographic locations of the user, the origin of the webpage and a content delivery server

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

Edge location

A

location where content will be cached. separate to a region/AZ

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

Origin

A

origin of all the files that the CDN will distribute. can either be an S3 bucket, an EC2 instance, an ELB or Route53

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

Distribution

A

name given to the CDN which consists of a collection of edge locations

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

With edge locations, when users make a request…

A

…request goes to edge location first. if desired object is not cached, the request goes to the origin and then pulled down/cached at the edge location

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

CloudFront can be used to…

A

…deliver your entire website, including dynamic, static, streaming, and interactive content using a global network of edge locations.

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

Requests for your content are…

A

…automatically routed to the nearest edge location, so content is delivered with the best possible performance

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

T/F: CloudFront works with AWS as well as non-AWS servers

A

True

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

Web Distribution

A

used for websites

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

RTMP

A

used for media streaming

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

T/F: Edge locations are read only.

A

False; they are not just read only, you can write to them too

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

How long are objects cached at the edge location?

A

life of the TTL

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

Will there be a charge if you clear cached objects?

A

Yes

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