CloudFront Flashcards

1
Q

What is CloudFront

A

A content delivery network (CDN) is a system of distributed servers that deliver webpages 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

How does CloudFront get content physically close to end users?

A

It utilizes AWS’s Edge Locations to cache content close to users.

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

What is the Origin ?

A

The origin for where all files the CDN will distribute. Could be S3, EC2, ELB, or Route53

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

What is a the Distribution?

A

The 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

How long are things cached?

A

For the life of the TTL (Total Time to Live)

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

What is the default TTL?

A

86,400 seconds, or 24hrs, unless the minimum is configured higher

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

What are the two types of CloudFront Distributions?

A

Web Distribution

RTMP

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

Are Edge Locations Read Only?

A

No, you can place puts on them. Transfer Acceleration can be used to speed this up.

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