Module 11 Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Amazon ElastiCache

A

A web service that makes it easy to deploy, operate, and scale an in-memory cache in the cloud. The service improves the performance of web applications by letting you retrieve information from fast, managed, in-memory caches, instead of relying on slower disk-based databases.

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

Cache

A

In computing, a cache is a high-speed data storage layer that stores a subset of data, typically transient in nature, so that future requests for that data are served up faster than is possible by accessing the data’s primary storage location.

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

Data caching

A

Storing data in a cache lets you efficiently reuse previously retrieved or computed data. The data in a cache is generally stored in fast-access hardware such as random access memory (RAM) and can also be used with a software component.

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

Elastic Load Balancing

A

Elastic Load Balancing automatically distributes incoming application traffic across multiple targets, such as Amazon Elastic Compute Cloud (Amazon EC2) instances, containers, IP addresses, and AWS Lambda functions. If traffic to a website suddenly spikes, that traffic can be routed to other EC2 instances (or other types of instances such as Lambda instances) that have been established in advance for this purpose. This load balancing avoids a single server being overloaded because of increased traffic routed to it.

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

Random access memory (RAM)

A

Volatile, temporary memory storage. This is the data that is held temporarily while a machine is in use; however, once the machine is powered off or the task is completed, this data goes away. Virtual memory is stored in the read-only memory (ROM) as a supplement to RAM when there is not enough temporary memory available.

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