CDN Flashcards

1
Q

What is AWS CloudFront?

A

Amazon CloudFront is a global content delivery network (CDN) service that accelerates delivery of your websites, APIs, video content or other web assets.

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

Does an CloudFront Edge location is related to an AZ?

A

No.

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

What is an Edge Location?

A

Is the location where content will be cached. This is separate to an AWS Region/AZ.

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

What is an origin in CloudFront?

A

Is the source of the files that the CDN will distribute: S3 bucket, EC2 instance, ELB or Route53

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

What type of CloudFront distribution exists?

A

Web distribution

RTMP

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

What is the format of an CloudFront url?

A

http://f1g42olgu3q9vj.cloudfront.net/fileName

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

What is a CloudFront Distribution?

A

It’s the name given 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
8
Q

Is it possible to have only one or multiple origins for an Edge Location?

A

It is possible to have multiple origins

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

How much time is an object cached in an Edge Location?

A

For the life of the TTL

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

Can you clear an Edge Location cache? What impact does it have in terms of cost?

A

You can clear cached objects, but you will be charged.

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

Are Edge Locations read-only?

A

No. You can write to them too.

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

How can you protect resources using CloudFront?

A

Using signed URL’s with expiry dates or signed cookies

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

How can objects be prevented from being cached?

A

Creating invalidations

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

Can I prevent users from specific countries to access resources?

A

Yes, with Geo-Restrictions.

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