Cache Flashcards

1
Q

What are the external AWS caching options?

A

CloudFront, Global Accelerator

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

What are the internal AWS caching options?

A

ElastiCache, DAX

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

How much should you choose caching solutions?

A

Always

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

What is CloudFront?

A

A content delivery network service that securely delivers static content to customers across the globe. Uses edge locations to reduce latency and provide higher transfer speeds

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

What is the default connection for CloudFront?

A

HTTPS

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

How do select countries in CloudFront?

A

You can’t, only general areas around the globe

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

Does CloudFront work with non-AWS endpoints?

A

Yes

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

Can you force an edge location to refresh before the TTL ends?

A

Yes

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

What is ElastiCache?

A

An AWS managed version of 2 open source technologies: Memcached and Redis

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

If you need a database caching solution that has failover and multi-AZ support, what should you choose?

A

Redis

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

What is DynamoDB Accelerator?

A

DAX is an in-memory cache for DynamoDB

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

If you need a caching solution for DynamoDB, what should you use?

A

DAX

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

What is Global Accelerator?

A

A networking service that sends your users traffic through AWS’s global network infrastructure.

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

If you need an IP caching solution, what should you use?

A

Global Accelerator

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

If you need to weight different regions that your architecture lives in, what should you use?

A

Global Accelerator

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

How many dynamic IP addresses does Global Accelerator provide?

A

None, 2 static IP addresses though

17
Q

What is Cloudfront usually used to front?

A

S3