Cacheing and Elasticache Flashcards

SAA-level info on Cacheing, Elasticache, Memcached vs. Redis

1
Q

What is Elasticache?

A

Elasticache is a web service that makes it easy to deploy, operate, and scale an in-memory cache in the cloud.

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

What is the benefit of using Elasticache?

A
  • Elasticached is used to speed up performance of existing databases
  • frequent identical queries
  • Elasticache improves the performance of web applications by allowing you to retrieve information from fast, managed in-memory caches, instead of relying entirely on slower, disk-based databases.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the two types of open-source in-memory caching engines that Elasticache supports?

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

What is the use case for Elasticache?

A

Use Elasticache to increase DB and web application performance

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

Does memcached support Multi-AZ?

A

No

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

Does memcached support Backup and Restore?

A

No

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

Does memcached support multi-threaded performance?

A

Yes

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

Does redis support multi-threaded performance?

A

No

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

Does redis support Multi-AZ?

A

Yes

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

Does Redis support Backup and Restore?

A

Yes

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

What concerns need to be balanced when cacheing on AWS?

A

Cacheing is a balancing act between up-to-date information and latency

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

What are the services on AWS that use cacheing?

A
  • CloudFront
  • API Gateway
  • Elasticache (memchached and redis)
  • DynamoDB Accelerator (DAX)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Can Elasticache be used for Pub/Sub type systems?

A

Yes

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