Cloudfront Flashcards

1
Q

In Cloudfront, where do you generate a signed URL

A

You can only generate a signed URL from the SDK. This means you need to code up verification for users and then generate signed URL’s.

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

A Cloudfront URL policy has 3 key components. What are they?

A

URL Expiration Time
IP ranges allowing access
Trusted Signers - which AWS accounts can create a signed URL

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

You have a S3 bucket tied to a cloudfront distribution. Can you use an S3 signed URL for restricting access to content?

A

No. You must use a cloudfront signed URL

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

What is the role of the Certificate Manager in Cloudfront?

A

It provides encryption in transit between Cloudfront and end users

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

You are hosting highly dynamic data out of US-EAST-1 and you need to replicate this to EU-WEST-1 with latency being an issue. Would you use Cloudfront or S3 Cross Region Replication for this. Why, Why not?

A

The key to this is the 24hr TTL in Cloudfront. While Cloudfront does allow for replication and very low latency ACCESS, items in cache have a TTL of 24 hours meaning that what we replicate could be quite out of date. In this case, S3 XRR is a much better option.

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

What are the 3 AWS services cloudfront can work with?

A

S3, EC2, ELB’s

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