AWS CloudFront Flashcards

1
Q

What does CloudFront use Edge Locations for?

A

Edge Locations are where CloudFront caches content.

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

What is a Distribution in CloudFront?

A

The Distribution is the name given to the Content Delivery Network (CDN), which consists of a collection of Edge Locations.

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

What is an Origin in CloudFront?

A

The the Origin is the origin point of all the files the Content Delivery Network (CDN) will distribute. This can be either an S3 bucket, an EC2 instance, an Elastic Load Balancer, or Route 53.

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

What is Web Distribution used for in CloudFront?

A

Web Distribution is typically used for distributing websites.

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

What is RTMP used for in CloudFront?

A

RTMP, or Real-Time Messaging Protocol, is typically used for distributing streaming media.

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

When should you use Signed URLs/Cookies?

A

When you want to secure content so that only the people you authorize can access it.

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

How many files does a Signed URL allow access to?

A

One file per Signed URL.

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

How many files does a Signed Cookie allow access to?

A

Multiple files per Signed Cookie.

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

If your Origin is EC2, what service should you use for Signed URLs/Cookies?

A

If the Origin is EC2, you should use CloudFront Signed URLs/Cookies.

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

If your Origin is S3 and you only have one file, what service should you use for Signed URLs?

A

If the Origin is S3 and only requires one file, you should use S3 Signed URLs.

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