CloudFront Flashcards

1
Q

What are the basic components of CloudFront?

A

Origin, Edge Location, Distribution

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

What is a CloudFront Origin?

A

An origin is the source of files/data that the CDN will distribute. Sample origins include S3, EC2, ELB, or Route53.

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

What is a CloudFront Distribution?

A

Distribution is the name given to the CDN which consists of the edge locations. It can deliver dynamic, static, streaming and interactive content. They come in two main types: Web Distributions for website and RTMP distributions for media stringing and adobe

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

What is a CloudFront Edge Location?

A

And Edge Location is a node on Amazon’s Content Delivery Network. You cache content to an edge location for a TTL.

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

How can you secure data accessed via CloudFormation so that only authorized users can access the data?

A

Via Signed Cookies or Signed URLs

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

When would you use a Signed URL over a Signed Cookie?

A

Use a signed URL per file in S3. 1 URL = 1 File

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

When would you use a signed cookie instead of a signed URL?

A

A signed cookie can be used to access multiple files

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

What are the components of a signed cookie/url policy that you can specify to restrict user access?

A

IP Address Ranges
URL Expiration
Trusted Signers (who can generate a signed URL)
Path

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